Html Css Color HEX #A52DAC Dark Orchid

📋 copy color: '#A52DAC'

red 165 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #A52DAC

Tints of Dark Orchid #A52DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.78%

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

R = 43.19%
G = 11.78%
B = 45.03%

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

#A52DAC (or 0xA52DAC) is known color: Dark Orchid. HEX triplet: A5, 2D and AC. RGB value is (165,45,172). Sum of RGB (Red+Green+Blue) = 165+45+172=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A52DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52DAC is #5AD253. Grayscale: #5E5E5E. Windows color (decimal): -5952084 or 11283877. OLE color: 11283877.

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

Color convert

RGB 165 45 172 -
CMYK 0.04 0.74 0 0.33
HSL 296.69º 0.59% 0.43% -
HSV(B) 296.69º 0.74% 0.67% -
XYZ 23.9 12.85 40.25 -
YUV 95.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 165 45 172 0.04 0.74 0 0.33 296.69 0.59 0.43
Hex A5 2D AC 4 4A 0 21 129 3B 2B
Octal 245 55 254 4 112 0 41 451 73 53
Binary 10100101 101101 10101100 100 1001010 0 100001 100101001 111011 101011

Color Harmonies of #A52DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DAC

Black with #A52DAC

Text Example


Text Example

White with #A52DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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