Html Css Color HEX #A81DAF Dark Orchid

📋 copy color: '#A81DAF'

red 168 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #A81DAF

Tints of Dark Orchid #A81DAF

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

 GREEN value IS 29 (11.72% from 255) = 7.8%

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

R = 45.16%
G = 7.8%
B = 47.04%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A81DAF (or 0xA81DAF) is known color: Dark Orchid. HEX triplet: A8, 1D and AF. RGB value is (168,29,175). Sum of RGB (Red+Green+Blue) = 168+29+175=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #A81DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81DAF is #57E250. Grayscale: #565656. Windows color (decimal): -5759569 or 11476392. OLE color: 11476392.

HSL color Cylindrical-coordinate representation of color #A81DAF: hue angle of 297.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81DAF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 29 175 -
CMYK 0.04 0.83 0 0.31
HSL 297.12º 0.72% 0.4% -
HSV(B) 297.12º 0.83% 0.69% -
XYZ 24.33 12.3 41.65 -
YUV 87.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 168 29 175 0.04 0.83 0 0.31 297.12 0.72 0.4
Hex A8 1D AF 4 53 0 1F 129 48 28
Octal 250 35 257 4 123 0 37 451 110 50
Binary 10101000 11101 10101111 100 1010011 0 11111 100101001 1001000 101000

Color Harmonies of #A81DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DAF

Black with #A81DAF

Text Example


Text Example

White with #A81DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DAF; }

 p { color: rgb(168,29,175); }

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

background-color css

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

 a { background-color: rgb(168,29,175); }

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

border-color css

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

 span { border-color: rgb(168,29,175); }

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