Html Css Color HEX #AB1BBA Dark Orchid

📋 copy color: '#AB1BBA'

red 171 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #AB1BBA

Tints of Dark Orchid #AB1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 44.53%
G = 7.03%
B = 48.44%

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

#AB1BBA (or 0xAB1BBA) is known color: Dark Orchid. HEX triplet: AB, 1B and BA. RGB value is (171,27,186). Sum of RGB (Red+Green+Blue) = 171+27+186=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BBA is #54E445. Grayscale: #575757. Windows color (decimal): -5563462 or 12196779. OLE color: 12196779.

HSL color Cylindrical-coordinate representation of color #AB1BBA: hue angle of 294.34º degrees, saturation: 0.75, 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 #AB1BBA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 27 186 -
CMYK 0.08 0.85 0 0.27
HSL 294.34º 0.75% 0.42% -
HSV(B) 294.34º 0.85% 0.73% -
XYZ 26.05 12.99 47.59 -
YUV 88.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 171 27 186 0.08 0.85 0 0.27 294.34 0.75 0.42
Hex AB 1B BA 8 55 0 1B 126 4B 2A
Octal 253 33 272 10 125 0 33 446 113 52
Binary 10101011 11011 10111010 1000 1010101 0 11011 100100110 1001011 101010

Color Harmonies of #AB1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BBA

Black with #AB1BBA

Text Example


Text Example

White with #AB1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BBA; }

 p { color: rgb(171,27,186); }

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

background-color css

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

 a { background-color: rgb(171,27,186); }

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

border-color css

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

 span { border-color: rgb(171,27,186); }

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