Html Css Color HEX #A81BAB Dark Orchid

📋 copy color: '#A81BAB'

red 168 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #A81BAB

Tints of Dark Orchid #A81BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 45.9%
G = 7.38%
B = 46.72%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A81BAB (or 0xA81BAB) is known color: Dark Orchid. HEX triplet: A8, 1B and AB. RGB value is (168,27,171). Sum of RGB (Red+Green+Blue) = 168+27+171=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #A81BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81BAB is #57E454. Grayscale: #555555. Windows color (decimal): -5760085 or 11213736. OLE color: 11213736.

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

Color convert

RGB 168 27 171 -
CMYK 0.02 0.84 0 0.33
HSL 298.75º 0.73% 0.39% -
HSV(B) 298.75º 0.84% 0.67% -
XYZ 23.89 12.05 39.59 -
YUV 85.58 176.21 186.79 -
System Red Green Blue C M Y K H S L
Decimal 168 27 171 0.02 0.84 0 0.33 298.75 0.73 0.39
Hex A8 1B AB 2 54 0 21 12B 49 27
Octal 250 33 253 2 124 0 41 453 111 47
Binary 10101000 11011 10101011 10 1010100 0 100001 100101011 1001001 100111

Color Harmonies of #A81BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BAB

Black with #A81BAB

Text Example


Text Example

White with #A81BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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