Html Css Color HEX #A52DAA Dark Orchid

📋 copy color: '#A52DAA'

red 165 ◦ green 45 ◦ blue 170

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

Shades of Dark Orchid #A52DAA

Tints of Dark Orchid #A52DAA

RGB

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

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

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

R = 43.42%
G = 11.84%
B = 44.74%

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

#A52DAA (or 0xA52DAA) is known color: Dark Orchid. HEX triplet: A5, 2D and AA. RGB value is (165,45,170). Sum of RGB (Red+Green+Blue) = 165+45+170=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52DAA is #5AD255. Grayscale: #5E5E5E. Windows color (decimal): -5952086 or 11152805. OLE color: 11152805.

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

Color convert

RGB 165 45 170 -
CMYK 0.03 0.74 0 0.33
HSL 297.6º 0.58% 0.42% -
HSV(B) 297.6º 0.74% 0.67% -
XYZ 23.71 12.78 39.25 -
YUV 95.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 165 45 170 0.03 0.74 0 0.33 297.6 0.58 0.42
Hex A5 2D AA 3 4A 0 21 12A 3A 2A
Octal 245 55 252 3 112 0 41 452 72 52
Binary 10100101 101101 10101010 11 1001010 0 100001 100101010 111010 101010

Color Harmonies of #A52DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DAA

Black with #A52DAA

Text Example


Text Example

White with #A52DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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