Html Css Color HEX #AB1CCD Dark Orchid

📋 copy color: '#AB1CCD'

red 171 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #AB1CCD

Tints of Dark Orchid #AB1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

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

R = 42.33%
G = 6.93%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB1CCD (or 0xAB1CCD) is known color: Dark Orchid. HEX triplet: AB, 1C and CD. RGB value is (171,28,205). Sum of RGB (Red+Green+Blue) = 171+28+205=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CCD is #54E332. Grayscale: #5A5A5A. Windows color (decimal): -5563187 or 13442219. OLE color: 13442219.

HSL color Cylindrical-coordinate representation of color #AB1CCD: hue angle of 288.47º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1CCD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 28 205 -
CMYK 0.17 0.86 0 0.20
HSL 288.47º 0.76% 0.46% -
HSV(B) 288.47º 0.86% 0.8% -
XYZ 28.23 13.9 58.95 -
YUV 90.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 171 28 205 0.17 0.86 0 0.20 288.47 0.76 0.46
Hex AB 1C CD 11 56 0 14 120 4C 2E
Octal 253 34 315 21 126 0 24 440 114 56
Binary 10101011 11100 11001101 10001 1010110 0 10100 100100000 1001100 101110

Color Harmonies of #AB1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CCD

Black with #AB1CCD

Text Example


Text Example

White with #AB1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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