Html Css Color HEX #AB1ABB Dark Orchid

📋 copy color: '#AB1ABB'

red 171 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #AB1ABB

Tints of Dark Orchid #AB1ABB

RGB

 RED value IS 171 (67.19% from 255) = 44.53%

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

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

R = 44.53%
G = 6.77%
B = 48.7%

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

#AB1ABB (or 0xAB1ABB) is known color: Dark Orchid. HEX triplet: AB, 1A and BB. RGB value is (171,26,187). Sum of RGB (Red+Green+Blue) = 171+26+187=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ABB is #54E544. Grayscale: #575757. Windows color (decimal): -5563717 or 12262059. OLE color: 12262059.

HSL color Cylindrical-coordinate representation of color #AB1ABB: hue angle of 294.04º degrees, saturation: 0.76, 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 #AB1ABB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 26 187 -
CMYK 0.09 0.86 0 0.27
HSL 294.04º 0.76% 0.42% -
HSV(B) 294.04º 0.86% 0.73% -
XYZ 26.13 12.98 48.14 -
YUV 87.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 171 26 187 0.09 0.86 0 0.27 294.04 0.76 0.42
Hex AB 1A BB 9 56 0 1B 126 4C 2A
Octal 253 32 273 11 126 0 33 446 114 52
Binary 10101011 11010 10111011 1001 1010110 0 11011 100100110 1001100 101010

Color Harmonies of #AB1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1ABB

Black with #AB1ABB

Text Example


Text Example

White with #AB1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1ABB; }

 p { color: rgb(171,26,187); }

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

background-color css

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

 a { background-color: rgb(171,26,187); }

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

border-color css

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

 span { border-color: rgb(171,26,187); }

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