Html Css Color HEX #A81BBB Dark Orchid

📋 copy color: '#A81BBB'

red 168 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #A81BBB

Tints of Dark Orchid #A81BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 43.98%
G = 7.07%
B = 48.95%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A81BBB (or 0xA81BBB) is known color: Dark Orchid. HEX triplet: A8, 1B and BB. RGB value is (168,27,187). Sum of RGB (Red+Green+Blue) = 168+27+187=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A81BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BBB is #57E444. Grayscale: #565656. Windows color (decimal): -5760069 or 12262312. OLE color: 12262312.

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

Color convert

RGB 168 27 187 -
CMYK 0.10 0.86 0 0.27
HSL 292.88º 0.75% 0.42% -
HSV(B) 292.88º 0.86% 0.73% -
XYZ 25.51 12.7 48.12 -
YUV 87.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 168 27 187 0.10 0.86 0 0.27 292.88 0.75 0.42
Hex A8 1B BB A 56 0 1B 125 4B 2A
Octal 250 33 273 12 126 0 33 445 113 52
Binary 10101000 11011 10111011 1010 1010110 0 11011 100100101 1001011 101010

Color Harmonies of #A81BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BBB

Black with #A81BBB

Text Example


Text Example

White with #A81BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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