Html Css Color HEX #A81DAB Dark Orchid

📋 copy color: '#A81DAB'

red 168 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #A81DAB

Tints of Dark Orchid #A81DAB

RGB

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

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

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

R = 45.65%
G = 7.88%
B = 46.47%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A81DAB (or 0xA81DAB) is known color: Dark Orchid. HEX triplet: A8, 1D and AB. RGB value is (168,29,171). Sum of RGB (Red+Green+Blue) = 168+29+171=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #A81DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81DAB is #57E254. Grayscale: #565656. Windows color (decimal): -5759573 or 11214248. OLE color: 11214248.

HSL color Cylindrical-coordinate representation of color #A81DAB: hue angle of 298.73º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81DAB is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 29 171 -
CMYK 0.02 0.83 0 0.33
HSL 298.73º 0.71% 0.39% -
HSV(B) 298.73º 0.83% 0.67% -
XYZ 23.94 12.14 39.61 -
YUV 86.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 168 29 171 0.02 0.83 0 0.33 298.73 0.71 0.39
Hex A8 1D AB 2 53 0 21 12B 47 27
Octal 250 35 253 2 123 0 41 453 107 47
Binary 10101000 11101 10101011 10 1010011 0 100001 100101011 1000111 100111

Color Harmonies of #A81DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DAB

Black with #A81DAB

Text Example


Text Example

White with #A81DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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