Html Css Color HEX #A52DCC Dark Orchid

📋 copy color: '#A52DCC'

red 165 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #A52DCC

Tints of Dark Orchid #A52DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 39.86%
G = 10.87%
B = 49.28%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A52DCC (or 0xA52DCC) is known color: Dark Orchid. HEX triplet: A5, 2D and CC. RGB value is (165,45,204). Sum of RGB (Red+Green+Blue) = 165+45+204=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #A52DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DCC is #5AD233. Grayscale: #626262. Windows color (decimal): -5952052 or 13381029. OLE color: 13381029.

HSL color Cylindrical-coordinate representation of color #A52DCC: hue angle of 285.28º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52DCC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 45 204 -
CMYK 0.19 0.78 0 0.2
HSL 285.28º 0.64% 0.49% -
HSV(B) 285.28º 0.78% 0.8% -
XYZ 27.35 14.24 58.43 -
YUV 99.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 165 45 204 0.19 0.78 0 0.2 285.28 0.64 0.49
Hex A5 2D CC 13 4E 0 14 11D 40 31
Octal 245 55 314 23 116 0 24 435 100 61
Binary 10100101 101101 11001100 10011 1001110 0 10100 100011101 1000000 110001

Color Harmonies of #A52DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DCC

Black with #A52DCC

Text Example


Text Example

White with #A52DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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