Html Css Color HEX #A524CB Dark Orchid

📋 copy color: '#A524CB'

red 165 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #A524CB

Tints of Dark Orchid #A524CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 40.84%
G = 8.91%
B = 50.25%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A524CB (or 0xA524CB) is known color: Dark Orchid. HEX triplet: A5, 24 and CB. RGB value is (165,36,203). Sum of RGB (Red+Green+Blue) = 165+36+203=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #A524CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524CB is #5ADB34. Grayscale: #5D5D5D. Windows color (decimal): -5954357 or 13313189. OLE color: 13313189.

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

Color convert

RGB 165 36 203 -
CMYK 0.19 0.82 0 0.20
HSL 286.35º 0.7% 0.47% -
HSV(B) 286.35º 0.82% 0.8% -
XYZ 26.93 13.57 57.7 -
YUV 93.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 165 36 203 0.19 0.82 0 0.20 286.35 0.7 0.47
Hex A5 24 CB 13 52 0 14 11E 46 2F
Octal 245 44 313 23 122 0 24 436 106 57
Binary 10100101 100100 11001011 10011 1010010 0 10100 100011110 1000110 101111

Color Harmonies of #A524CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A524CB

Black with #A524CB

Text Example


Text Example

White with #A524CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A524CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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