Html Css Color HEX #A52AAF Dark Orchid

📋 copy color: '#A52AAF'

red 165 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #A52AAF

Tints of Dark Orchid #A52AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 43.19%
G = 10.99%
B = 45.81%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A52AAF (or 0xA52AAF) is known color: Dark Orchid. HEX triplet: A5, 2A and AF. RGB value is (165,42,175). Sum of RGB (Red+Green+Blue) = 165+42+175=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A52AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AAF is #5AD550. Grayscale: #5D5D5D. Windows color (decimal): -5952849 or 11479717. OLE color: 11479717.

HSL color Cylindrical-coordinate representation of color #A52AAF: hue angle of 295.49º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52AAF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 42 175 -
CMYK 0.06 0.76 0 0.31
HSL 295.49º 0.61% 0.43% -
HSV(B) 295.49º 0.76% 0.69% -
XYZ 24.08 12.75 41.75 -
YUV 93.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 165 42 175 0.06 0.76 0 0.31 295.49 0.61 0.43
Hex A5 2A AF 6 4C 0 1F 127 3D 2B
Octal 245 52 257 6 114 0 37 447 75 53
Binary 10100101 101010 10101111 110 1001100 0 11111 100100111 111101 101011

Color Harmonies of #A52AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AAF

Black with #A52AAF

Text Example


Text Example

White with #A52AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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