Html Css Color HEX #A81AB9 Dark Orchid

📋 copy color: '#A81AB9'

red 168 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #A81AB9

Tints of Dark Orchid #A81AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 44.33%
G = 6.86%
B = 48.81%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A81AB9 (or 0xA81AB9) is known color: Dark Orchid. HEX triplet: A8, 1A and B9. RGB value is (168,26,185). Sum of RGB (Red+Green+Blue) = 168+26+185=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #A81AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AB9 is #57E546. Grayscale: #565656. Windows color (decimal): -5760327 or 12130984. OLE color: 12130984.

HSL color Cylindrical-coordinate representation of color #A81AB9: hue angle of 293.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81AB9 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 26 185 -
CMYK 0.09 0.86 0 0.27
HSL 293.58º 0.75% 0.41% -
HSV(B) 293.58º 0.86% 0.73% -
XYZ 25.27 12.57 46.99 -
YUV 86.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 168 26 185 0.09 0.86 0 0.27 293.58 0.75 0.41
Hex A8 1A B9 9 56 0 1B 126 4B 29
Octal 250 32 271 11 126 0 33 446 113 51
Binary 10101000 11010 10111001 1001 1010110 0 11011 100100110 1001011 101001

Color Harmonies of #A81AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81AB9

Black with #A81AB9

Text Example


Text Example

White with #A81AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81AB9; }

 p { color: rgb(168,26,185); }

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

background-color css

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

 a { background-color: rgb(168,26,185); }

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

border-color css

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

 span { border-color: rgb(168,26,185); }

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