Html Css Color HEX #A52CAC Dark Orchid

📋 copy color: '#A52CAC'

red 165 ◦ green 44 ◦ blue 172

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

Shades of Dark Orchid #A52CAC

Tints of Dark Orchid #A52CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 43.31%
G = 11.55%
B = 45.14%

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

#A52CAC (or 0xA52CAC) is known color: Dark Orchid. HEX triplet: A5, 2C and AC. RGB value is (165,44,172). Sum of RGB (Red+Green+Blue) = 165+44+172=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #A52CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CAC is #5AD353. Grayscale: #5E5E5E. Windows color (decimal): -5952340 or 11283621. OLE color: 11283621.

HSL color Cylindrical-coordinate representation of color #A52CAC: hue angle of 296.72º 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 #A52CAC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 44 172 -
CMYK 0.04 0.74 0 0.33
HSL 296.72º 0.59% 0.42% -
HSV(B) 296.72º 0.74% 0.67% -
XYZ 23.86 12.78 40.24 -
YUV 94.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 165 44 172 0.04 0.74 0 0.33 296.72 0.59 0.42
Hex A5 2C AC 4 4A 0 21 129 3B 2A
Octal 245 54 254 4 112 0 41 451 73 52
Binary 10100101 101100 10101100 100 1001010 0 100001 100101001 111011 101010

Color Harmonies of #A52CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CAC

Black with #A52CAC

Text Example


Text Example

White with #A52CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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