Html Css Color HEX #A52DAF Dark Orchid

📋 copy color: '#A52DAF'

red 165 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #A52DAF

Tints of Dark Orchid #A52DAF

RGB

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

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

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

R = 42.86%
G = 11.69%
B = 45.45%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A52DAF (or 0xA52DAF) is known color: Dark Orchid. HEX triplet: A5, 2D and AF. RGB value is (165,45,175). Sum of RGB (Red+Green+Blue) = 165+45+175=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #A52DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52DAF is #5AD250. Grayscale: #5F5F5F. Windows color (decimal): -5952081 or 11480485. OLE color: 11480485.

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

Color convert

RGB 165 45 175 -
CMYK 0.06 0.74 0 0.31
HSL 295.38º 0.59% 0.43% -
HSV(B) 295.38º 0.74% 0.69% -
XYZ 24.19 12.97 41.79 -
YUV 95.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 165 45 175 0.06 0.74 0 0.31 295.38 0.59 0.43
Hex A5 2D AF 6 4A 0 1F 127 3B 2B
Octal 245 55 257 6 112 0 37 447 73 53
Binary 10100101 101101 10101111 110 1001010 0 11111 100100111 111011 101011

Color Harmonies of #A52DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DAF

Black with #A52DAF

Text Example


Text Example

White with #A52DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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