Html Css Color HEX #AB1ABC Dark Orchid

📋 copy color: '#AB1ABC'

red 171 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #AB1ABC

Tints of Dark Orchid #AB1ABC

RGB

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

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

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

R = 44.42%
G = 6.75%
B = 48.83%

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

#AB1ABC (or 0xAB1ABC) is known color: Dark Orchid. HEX triplet: AB, 1A and BC. RGB value is (171,26,188). Sum of RGB (Red+Green+Blue) = 171+26+188=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ABC is #54E543. Grayscale: #575757. Windows color (decimal): -5563716 or 12327595. OLE color: 12327595.

HSL color Cylindrical-coordinate representation of color #AB1ABC: hue angle of 293.7º degrees, saturation: 0.76, 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 #AB1ABC is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 26 188 -
CMYK 0.09 0.86 0 0.26
HSL 293.7º 0.76% 0.42% -
HSV(B) 293.7º 0.86% 0.74% -
XYZ 26.24 13.03 48.71 -
YUV 87.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 171 26 188 0.09 0.86 0 0.26 293.7 0.76 0.42
Hex AB 1A BC 9 56 0 1A 126 4C 2A
Octal 253 32 274 11 126 0 32 446 114 52
Binary 10101011 11010 10111100 1001 1010110 0 11010 100100110 1001100 101010

Color Harmonies of #AB1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1ABC

Black with #AB1ABC

Text Example


Text Example

White with #AB1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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