Html Css Color HEX #AB1ACD Dark Orchid

📋 copy color: '#AB1ACD'

red 171 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #AB1ACD

Tints of Dark Orchid #AB1ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 42.54%
G = 6.47%
B = 51%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB1ACD (or 0xAB1ACD) is known color: Dark Orchid. HEX triplet: AB, 1A and CD. RGB value is (171,26,205). Sum of RGB (Red+Green+Blue) = 171+26+205=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB1ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ACD is #54E532. Grayscale: #595959. Windows color (decimal): -5563699 or 13441707. OLE color: 13441707.

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

Color convert

RGB 171 26 205 -
CMYK 0.17 0.87 0 0.20
HSL 288.6º 0.77% 0.45% -
HSV(B) 288.6º 0.87% 0.8% -
XYZ 28.18 13.8 58.94 -
YUV 89.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 171 26 205 0.17 0.87 0 0.20 288.6 0.77 0.45
Hex AB 1A CD 11 57 0 14 121 4D 2D
Octal 253 32 315 21 127 0 24 441 115 55
Binary 10101011 11010 11001101 10001 1010111 0 10100 100100001 1001101 101101

Color Harmonies of #AB1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1ACD

Black with #AB1ACD

Text Example


Text Example

White with #AB1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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