Html Css Color HEX #AB1ABF Dark Orchid

📋 copy color: '#AB1ABF'

red 171 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #AB1ABF

Tints of Dark Orchid #AB1ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 44.07%
G = 6.7%
B = 49.23%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB1ABF (or 0xAB1ABF) is known color: Dark Orchid. HEX triplet: AB, 1A and BF. RGB value is (171,26,191). Sum of RGB (Red+Green+Blue) = 171+26+191=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB1ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ABF is #54E540. Grayscale: #575757. Windows color (decimal): -5563713 or 12524203. OLE color: 12524203.

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

Color convert

RGB 171 26 191 -
CMYK 0.10 0.86 0 0.25
HSL 292.73º 0.76% 0.43% -
HSV(B) 292.73º 0.86% 0.75% -
XYZ 26.57 13.16 50.43 -
YUV 88.17 186.04 187.08 -
System Red Green Blue C M Y K H S L
Decimal 171 26 191 0.10 0.86 0 0.25 292.73 0.76 0.43
Hex AB 1A BF A 56 0 19 125 4C 2B
Octal 253 32 277 12 126 0 31 445 114 53
Binary 10101011 11010 10111111 1010 1010110 0 11001 100100101 1001100 101011

Color Harmonies of #AB1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1ABF

Black with #AB1ABF

Text Example


Text Example

White with #AB1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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