Html Css Color HEX #A81EAB Dark Orchid

📋 copy color: '#A81EAB'

red 168 ◦ green 30 ◦ blue 171

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

Shades of Dark Orchid #A81EAB

Tints of Dark Orchid #A81EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

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

R = 45.53%
G = 8.13%
B = 46.34%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A81EAB (or 0xA81EAB) is known color: Dark Orchid. HEX triplet: A8, 1E and AB. RGB value is (168,30,171). Sum of RGB (Red+Green+Blue) = 168+30+171=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A81EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81EAB is #57E154. Grayscale: #565656. Windows color (decimal): -5759317 or 11214504. OLE color: 11214504.

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

Color convert

RGB 168 30 171 -
CMYK 0.02 0.82 0 0.33
HSL 298.72º 0.7% 0.39% -
HSV(B) 298.72º 0.82% 0.67% -
XYZ 23.96 12.19 39.62 -
YUV 87.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 168 30 171 0.02 0.82 0 0.33 298.72 0.7 0.39
Hex A8 1E AB 2 52 0 21 12B 46 27
Octal 250 36 253 2 122 0 41 453 106 47
Binary 10101000 11110 10101011 10 1010010 0 100001 100101011 1000110 100111

Color Harmonies of #A81EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EAB

Black with #A81EAB

Text Example


Text Example

White with #A81EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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