Html Css Color HEX #A52EAA Dark Orchid

📋 copy color: '#A52EAA'

red 165 ◦ green 46 ◦ blue 170

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

Shades of Dark Orchid #A52EAA

Tints of Dark Orchid #A52EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

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

R = 43.31%
G = 12.07%
B = 44.62%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52EAA (or 0xA52EAA) is known color: Dark Orchid. HEX triplet: A5, 2E and AA. RGB value is (165,46,170). Sum of RGB (Red+Green+Blue) = 165+46+170=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EAA is #5AD155. Grayscale: #5F5F5F. Windows color (decimal): -5951830 or 11153061. OLE color: 11153061.

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

Color convert

RGB 165 46 170 -
CMYK 0.03 0.73 0 0.33
HSL 297.58º 0.57% 0.42% -
HSV(B) 297.58º 0.73% 0.67% -
XYZ 23.75 12.86 39.26 -
YUV 95.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 165 46 170 0.03 0.73 0 0.33 297.58 0.57 0.42
Hex A5 2E AA 3 49 0 21 12A 39 2A
Octal 245 56 252 3 111 0 41 452 71 52
Binary 10100101 101110 10101010 11 1001001 0 100001 100101010 111001 101010

Color Harmonies of #A52EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EAA

Black with #A52EAA

Text Example


Text Example

White with #A52EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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