Html Css Color HEX #A52AAB Dark Orchid

📋 copy color: '#A52AAB'

red 165 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #A52AAB

Tints of Dark Orchid #A52AAB

RGB

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

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

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

R = 43.65%
G = 11.11%
B = 45.24%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A52AAB (or 0xA52AAB) is known color: Dark Orchid. HEX triplet: A5, 2A and AB. RGB value is (165,42,171). Sum of RGB (Red+Green+Blue) = 165+42+171=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #A52AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAB is #5AD554. Grayscale: #5D5D5D. Windows color (decimal): -5952853 or 11217573. OLE color: 11217573.

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

Color convert

RGB 165 42 171 -
CMYK 0.04 0.75 0 0.33
HSL 297.21º 0.61% 0.42% -
HSV(B) 297.21º 0.75% 0.67% -
XYZ 23.7 12.6 39.71 -
YUV 93.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 165 42 171 0.04 0.75 0 0.33 297.21 0.61 0.42
Hex A5 2A AB 4 4B 0 21 129 3D 2A
Octal 245 52 253 4 113 0 41 451 75 52
Binary 10100101 101010 10101011 100 1001011 0 100001 100101001 111101 101010

Color Harmonies of #A52AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AAB

Black with #A52AAB

Text Example


Text Example

White with #A52AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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