Html Css Color HEX #AB1BCC Dark Orchid

📋 copy color: '#AB1BCC'

red 171 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #AB1BCC

Tints of Dark Orchid #AB1BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 42.54%
G = 6.72%
B = 50.75%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB1BCC (or 0xAB1BCC) is known color: Dark Orchid. HEX triplet: AB, 1B and CC. RGB value is (171,27,204). Sum of RGB (Red+Green+Blue) = 171+27+204=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB1BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BCC is #54E433. Grayscale: #595959. Windows color (decimal): -5563444 or 13376427. OLE color: 13376427.

HSL color Cylindrical-coordinate representation of color #AB1BCC: hue angle of 288.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1BCC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 27 204 -
CMYK 0.16 0.87 0 0.2
HSL 288.81º 0.77% 0.45% -
HSV(B) 288.81º 0.87% 0.8% -
XYZ 28.09 13.8 58.31 -
YUV 90.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 171 27 204 0.16 0.87 0 0.2 288.81 0.77 0.45
Hex AB 1B CC 10 57 0 14 121 4D 2D
Octal 253 33 314 20 127 0 24 441 115 55
Binary 10101011 11011 11001100 10000 1010111 0 10100 100100001 1001101 101101

Color Harmonies of #AB1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BCC

Black with #AB1BCC

Text Example


Text Example

White with #AB1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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