Html Css Color HEX #A524CE Dark Orchid

📋 copy color: '#A524CE'

red 165 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #A524CE

Tints of Dark Orchid #A524CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 40.54%
G = 8.85%
B = 50.61%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A524CE (or 0xA524CE) is known color: Dark Orchid. HEX triplet: A5, 24 and CE. RGB value is (165,36,206). Sum of RGB (Red+Green+Blue) = 165+36+206=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #A524CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524CE is #5ADB31. Grayscale: #5D5D5D. Windows color (decimal): -5954354 or 13509797. OLE color: 13509797.

HSL color Cylindrical-coordinate representation of color #A524CE: hue angle of 285.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A524CE is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 36 206 -
CMYK 0.20 0.83 0 0.19
HSL 285.53º 0.7% 0.47% -
HSV(B) 285.53º 0.83% 0.81% -
XYZ 27.29 13.72 59.6 -
YUV 93.95 191.24 178.68 -
System Red Green Blue C M Y K H S L
Decimal 165 36 206 0.20 0.83 0 0.19 285.53 0.7 0.47
Hex A5 24 CE 14 53 0 13 11E 46 2F
Octal 245 44 316 24 123 0 23 436 106 57
Binary 10100101 100100 11001110 10100 1010011 0 10011 100011110 1000110 101111

Color Harmonies of #A524CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524CE

Black with #A524CE

Text Example


Text Example

White with #A524CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524CE; }

 p { color: rgb(165,36,206); }

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

background-color css

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

 a { background-color: rgb(165,36,206); }

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

border-color css

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

 span { border-color: rgb(165,36,206); }

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