Html Css Color HEX #A52AAC Dark Orchid

📋 copy color: '#A52AAC'

red 165 ◦ green 42 ◦ blue 172

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

Shades of Dark Orchid #A52AAC

Tints of Dark Orchid #A52AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.08%

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

R = 43.54%
G = 11.08%
B = 45.38%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52AAC (or 0xA52AAC) is known color: Dark Orchid. HEX triplet: A5, 2A and AC. RGB value is (165,42,172). Sum of RGB (Red+Green+Blue) = 165+42+172=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A52AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAC is #5AD553. Grayscale: #5D5D5D. Windows color (decimal): -5952852 or 11283109. OLE color: 11283109.

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

Color convert

RGB 165 42 172 -
CMYK 0.04 0.76 0 0.33
HSL 296.77º 0.61% 0.42% -
HSV(B) 296.77º 0.76% 0.67% -
XYZ 23.79 12.63 40.21 -
YUV 93.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 165 42 172 0.04 0.76 0 0.33 296.77 0.61 0.42
Hex A5 2A AC 4 4C 0 21 129 3D 2A
Octal 245 52 254 4 114 0 41 451 75 52
Binary 10100101 101010 10101100 100 1001100 0 100001 100101001 111101 101010

Color Harmonies of #A52AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AAC

Black with #A52AAC

Text Example


Text Example

White with #A52AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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