#A51BBD

Color #A51BBD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A51BBD

Tints of Dark Orchid #A51BBD

Color information

#A51BBD (or 0xA51BBD) is unknown color: approx Dark Orchid. HEX triplet: A5, 1B and BD. RGB value is (165,27,189). Sum of RGB (Red+Green+Blue) = 165+27+189=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #A51BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BBD is #5AE442. Grayscale: #565656. Windows color (decimal): -5956675 or 12393381. OLE color: 12393381.

HSL color Cylindrical-coordinate representation of color #A51BBD: hue angle of 291.11º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51BBD is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16527189-
CMYK0.130.8600.26
HSL291.11º75%42.35%-
HSV(B)291.11º85.71%74.12%-
XYZ25.0912.4649.23-
YUV86.73185.72183.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=43.31%
G=7.09%
B=49.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165271890.130.8600.26291.117542.35
HexA51BBDD5601A1234b2a
Octal245332751512603244311352
Binary101001011101110111101110110101100110101001000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51BBD; }

 p { color: rgb(165,27,189); }

 H1.HeaderClassName
 {
   color: #A51BBD;
 }
 .AnyTagClassName
 {
   color: #A51BBD;
 }
</style>
background-color css

<style>
 a { background-color: #A51BBD; }

 a { background-color: rgb(165,27,189); }

 div.DivClassName
 {
   background-color: #A51BBD;
 }
 .BgClassName
 {
   background-color: #A51BBD;
 }
</style>
border-color css

<style>
 span { border-color: #A51BBD; }

 span { border-color: rgb(165,27,189); }

 td.TdClassName
 {
   border-color: #A51BBD;
 }
 .TagClassName
 {
   border-color: #A51BBD;
 }
</style>