Html Css Color HEX #AB1CB9 Dark Orchid

📋 copy color: '#AB1CB9'

red 171 ◦ green 28 ◦ blue 185

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

Shades of Dark Orchid #AB1CB9

Tints of Dark Orchid #AB1CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.29%

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

R = 44.53%
G = 7.29%
B = 48.18%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB1CB9 (or 0xAB1CB9) is known color: Dark Orchid. HEX triplet: AB, 1C and B9. RGB value is (171,28,185). Sum of RGB (Red+Green+Blue) = 171+28+185=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB1CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CB9 is #54E346. Grayscale: #585858. Windows color (decimal): -5563207 or 12131499. OLE color: 12131499.

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

Color convert

RGB 171 28 185 -
CMYK 0.08 0.85 0 0.27
HSL 294.65º 0.74% 0.42% -
HSV(B) 294.65º 0.85% 0.73% -
XYZ 25.97 12.99 47.04 -
YUV 88.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 171 28 185 0.08 0.85 0 0.27 294.65 0.74 0.42
Hex AB 1C B9 8 55 0 1B 127 4A 2A
Octal 253 34 271 10 125 0 33 447 112 52
Binary 10101011 11100 10111001 1000 1010101 0 11011 100100111 1001010 101010

Color Harmonies of #AB1CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CB9

Black with #AB1CB9

Text Example


Text Example

White with #AB1CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CB9; }

 p { color: rgb(171,28,185); }

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

background-color css

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

 a { background-color: rgb(171,28,185); }

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

border-color css

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

 span { border-color: rgb(171,28,185); }

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