Html Css Color HEX #A51DB6 Dark Orchid

📋 copy color: '#A51DB6'

red 165 ◦ green 29 ◦ blue 182

#A51DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A51DB6

Tints of Dark Orchid #A51DB6

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

 GREEN value IS 29 (11.72% from 255) = 7.71%

 BLUE value IS 182 (71.48% from 255) = 48.4%

R = 43.88%
G = 7.71%
B = 48.4%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A51DB6 (or 0xA51DB6) is known color: Dark Orchid. HEX triplet: A5, 1D and B6. RGB value is (165,29,182). Sum of RGB (Red+Green+Blue) = 165+29+182=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #A51DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51DB6 is #5AE249. Grayscale: #565656. Windows color (decimal): -5956170 or 11935141. OLE color: 11935141.

HSL color Cylindrical-coordinate representation of color #A51DB6: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51DB6 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 29 182 -
CMYK 0.09 0.84 0 0.29
HSL 293.33º 0.73% 0.41% -
HSV(B) 293.33º 0.84% 0.71% -
XYZ 24.4 12.26 45.34 -
YUV 87.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 165 29 182 0.09 0.84 0 0.29 293.33 0.73 0.41
Hex A5 1D B6 9 54 0 1D 125 49 29
Octal 245 35 266 11 124 0 35 445 111 51
Binary 10100101 11101 10110110 1001 1010100 0 11101 100100101 1001001 101001

Color Harmonies of #A51DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51DB6

Black with #A51DB6

Text Example


Text Example

White with #A51DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51DB6; }

 p { color: rgb(165,29,182); }

 H1.HeaderClassName
 {
   color: #A51DB6;
 }
 .AnyTagClassName
 {
   color: #A51DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(165,29,182); }

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

border-color css

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

 span { border-color: rgb(165,29,182); }

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