Html Css Color HEX #A52CAB Dark Orchid

📋 copy color: '#A52CAB'

red 165 ◦ green 44 ◦ blue 171

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

Shades of Dark Orchid #A52CAB

Tints of Dark Orchid #A52CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.58%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 43.42%
G = 11.58%
B = 45%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52CAB (or 0xA52CAB) is known color: Dark Orchid. HEX triplet: A5, 2C and AB. RGB value is (165,44,171). Sum of RGB (Red+Green+Blue) = 165+44+171=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CAB is #5AD354. Grayscale: #5E5E5E. Windows color (decimal): -5952341 or 11218085. OLE color: 11218085.

HSL color Cylindrical-coordinate representation of color #A52CAB: hue angle of 297.17º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52CAB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 44 171 -
CMYK 0.04 0.74 0 0.33
HSL 297.17º 0.59% 0.42% -
HSV(B) 297.17º 0.74% 0.67% -
XYZ 23.77 12.74 39.73 -
YUV 94.66 171.09 178.17 -
System Red Green Blue C M Y K H S L
Decimal 165 44 171 0.04 0.74 0 0.33 297.17 0.59 0.42
Hex A5 2C AB 4 4A 0 21 129 3B 2A
Octal 245 54 253 4 112 0 41 451 73 52
Binary 10100101 101100 10101011 100 1001010 0 100001 100101001 111011 101010

Color Harmonies of #A52CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CAB

Black with #A52CAB

Text Example


Text Example

White with #A52CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CAB; }

 p { color: rgb(165,44,171); }

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

background-color css

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

 a { background-color: rgb(165,44,171); }

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

border-color css

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

 span { border-color: rgb(165,44,171); }

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