Html Css Color HEX #A52DD6 Dark Orchid

📋 copy color: '#A52DD6'

red 165 ◦ green 45 ◦ blue 214

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

Shades of Dark Orchid #A52DD6

Tints of Dark Orchid #A52DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 38.92%
G = 10.61%
B = 50.47%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A52DD6 (or 0xA52DD6) is known color: Dark Orchid. HEX triplet: A5, 2D and D6. RGB value is (165,45,214). Sum of RGB (Red+Green+Blue) = 165+45+214=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #A52DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DD6 is #5AD229. Grayscale: #636363. Windows color (decimal): -5952042 or 14036389. OLE color: 14036389.

HSL color Cylindrical-coordinate representation of color #A52DD6: hue angle of 282.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52DD6 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 45 214 -
CMYK 0.23 0.79 0 0.16
HSL 282.6º 0.67% 0.51% -
HSV(B) 282.6º 0.79% 0.84% -
XYZ 28.59 14.73 64.95 -
YUV 100.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 165 45 214 0.23 0.79 0 0.16 282.6 0.67 0.51
Hex A5 2D D6 17 4F 0 10 11B 43 33
Octal 245 55 326 27 117 0 20 433 103 63
Binary 10100101 101101 11010110 10111 1001111 0 10000 100011011 1000011 110011

Color Harmonies of #A52DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DD6

Black with #A52DD6

Text Example


Text Example

White with #A52DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DD6; }

 p { color: rgb(165,45,214); }

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

background-color css

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

 a { background-color: rgb(165,45,214); }

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

border-color css

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

 span { border-color: rgb(165,45,214); }

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