Html Css Color HEX #A52CAA Dark Orchid

📋 copy color: '#A52CAA'

red 165 ◦ green 44 ◦ blue 170

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

Shades of Dark Orchid #A52CAA

Tints of Dark Orchid #A52CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 43.54%
G = 11.61%
B = 44.85%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52CAA (or 0xA52CAA) is known color: Dark Orchid. HEX triplet: A5, 2C and AA. RGB value is (165,44,170). Sum of RGB (Red+Green+Blue) = 165+44+170=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52CAA is #5AD355. Grayscale: #5E5E5E. Windows color (decimal): -5952342 or 11152549. OLE color: 11152549.

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

Color convert

RGB 165 44 170 -
CMYK 0.03 0.74 0 0.33
HSL 297.62º 0.59% 0.42% -
HSV(B) 297.62º 0.74% 0.67% -
XYZ 23.67 12.7 39.23 -
YUV 94.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 165 44 170 0.03 0.74 0 0.33 297.62 0.59 0.42
Hex A5 2C AA 3 4A 0 21 12A 3B 2A
Octal 245 54 252 3 112 0 41 452 73 52
Binary 10100101 101100 10101010 11 1001010 0 100001 100101010 111011 101010

Color Harmonies of #A52CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CAA

Black with #A52CAA

Text Example


Text Example

White with #A52CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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