Html Css Color HEX #AB1ACB Dark Orchid

📋 copy color: '#AB1ACB'

red 171 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #AB1ACB

Tints of Dark Orchid #AB1ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 42.75%
G = 6.5%
B = 50.75%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB1ACB (or 0xAB1ACB) is known color: Dark Orchid. HEX triplet: AB, 1A and CB. RGB value is (171,26,203). Sum of RGB (Red+Green+Blue) = 171+26+203=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB1ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ACB is #54E534. Grayscale: #585858. Windows color (decimal): -5563701 or 13310635. OLE color: 13310635.

HSL color Cylindrical-coordinate representation of color #AB1ACB: hue angle of 289.15º 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 #AB1ACB is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 26 203 -
CMYK 0.16 0.87 0 0.20
HSL 289.15º 0.77% 0.45% -
HSV(B) 289.15º 0.87% 0.8% -
XYZ 27.94 13.71 57.67 -
YUV 89.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 171 26 203 0.16 0.87 0 0.20 289.15 0.77 0.45
Hex AB 1A CB 10 57 0 14 121 4D 2D
Octal 253 32 313 20 127 0 24 441 115 55
Binary 10101011 11010 11001011 10000 1010111 0 10100 100100001 1001101 101101

Color Harmonies of #AB1ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1ACB

Black with #AB1ACB

Text Example


Text Example

White with #AB1ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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