Html Css Color HEX #A81ABC Dark Orchid

📋 copy color: '#A81ABC'

red 168 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #A81ABC

Tints of Dark Orchid #A81ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 43.98%
G = 6.81%
B = 49.21%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A81ABC (or 0xA81ABC) is known color: Dark Orchid. HEX triplet: A8, 1A and BC. RGB value is (168,26,188). Sum of RGB (Red+Green+Blue) = 168+26+188=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #A81ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ABC is #57E543. Grayscale: #565656. Windows color (decimal): -5760324 or 12327592. OLE color: 12327592.

HSL color Cylindrical-coordinate representation of color #A81ABC: hue angle of 292.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81ABC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 26 188 -
CMYK 0.11 0.86 0 0.26
HSL 292.59º 0.76% 0.42% -
HSV(B) 292.59º 0.86% 0.74% -
XYZ 25.59 12.69 48.68 -
YUV 86.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 168 26 188 0.11 0.86 0 0.26 292.59 0.76 0.42
Hex A8 1A BC B 56 0 1A 125 4C 2A
Octal 250 32 274 13 126 0 32 445 114 52
Binary 10101000 11010 10111100 1011 1010110 0 11010 100100101 1001100 101010

Color Harmonies of #A81ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ABC

Black with #A81ABC

Text Example


Text Example

White with #A81ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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