Html Css Color HEX #AB1BBC Dark Orchid

📋 copy color: '#AB1BBC'

red 171 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #AB1BBC

Tints of Dark Orchid #AB1BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 44.3%
G = 6.99%
B = 48.7%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB1BBC (or 0xAB1BBC) is known color: Dark Orchid. HEX triplet: AB, 1B and BC. RGB value is (171,27,188). Sum of RGB (Red+Green+Blue) = 171+27+188=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BBC is #54E443. Grayscale: #575757. Windows color (decimal): -5563460 or 12327851. OLE color: 12327851.

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

Color convert

RGB 171 27 188 -
CMYK 0.09 0.86 0 0.26
HSL 293.66º 0.75% 0.42% -
HSV(B) 293.66º 0.86% 0.74% -
XYZ 26.26 13.07 48.72 -
YUV 88.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 171 27 188 0.09 0.86 0 0.26 293.66 0.75 0.42
Hex AB 1B BC 9 56 0 1A 126 4B 2A
Octal 253 33 274 11 126 0 32 446 113 52
Binary 10101011 11011 10111100 1001 1010110 0 11010 100100110 1001011 101010

Color Harmonies of #AB1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BBC

Black with #AB1BBC

Text Example


Text Example

White with #AB1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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