Html Css Color HEX #A52EAB Dark Orchid

📋 copy color: '#A52EAB'

red 165 ◦ green 46 ◦ blue 171

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

Shades of Dark Orchid #A52EAB

Tints of Dark Orchid #A52EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 43.19%
G = 12.04%
B = 44.76%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52EAB (or 0xA52EAB) is known color: Dark Orchid. HEX triplet: A5, 2E and AB. RGB value is (165,46,171). Sum of RGB (Red+Green+Blue) = 165+46+171=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EAB is #5AD154. Grayscale: #5F5F5F. Windows color (decimal): -5951829 or 11218597. OLE color: 11218597.

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

Color convert

RGB 165 46 171 -
CMYK 0.04 0.73 0 0.33
HSL 297.12º 0.58% 0.43% -
HSV(B) 297.12º 0.73% 0.67% -
XYZ 23.84 12.89 39.76 -
YUV 95.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 165 46 171 0.04 0.73 0 0.33 297.12 0.58 0.43
Hex A5 2E AB 4 49 0 21 129 3A 2B
Octal 245 56 253 4 111 0 41 451 72 53
Binary 10100101 101110 10101011 100 1001001 0 100001 100101001 111010 101011

Color Harmonies of #A52EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EAB

Black with #A52EAB

Text Example


Text Example

White with #A52EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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