Html Css Color HEX #AB1BDC Dark Orchid

📋 copy color: '#AB1BDC'

red 171 ◦ green 27 ◦ blue 220

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

Shades of Dark Orchid #AB1BDC

Tints of Dark Orchid #AB1BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 40.91%
G = 6.46%
B = 52.63%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB1BDC (or 0xAB1BDC) is known color: Dark Orchid. HEX triplet: AB, 1B and DC. RGB value is (171,27,220). Sum of RGB (Red+Green+Blue) = 171+27+220=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB1BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BDC is #54E423. Grayscale: #5B5B5B. Windows color (decimal): -5563428 or 14425003. OLE color: 14425003.

HSL color Cylindrical-coordinate representation of color #AB1BDC: hue angle of 284.77º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1BDC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 27 220 -
CMYK 0.22 0.88 0 0.14
HSL 284.77º 0.78% 0.48% -
HSV(B) 284.77º 0.88% 0.86% -
XYZ 30.1 14.61 68.94 -
YUV 92.06 200.21 184.31 -
System Red Green Blue C M Y K H S L
Decimal 171 27 220 0.22 0.88 0 0.14 284.77 0.78 0.48
Hex AB 1B DC 16 58 0 E 11D 4E 30
Octal 253 33 334 26 130 0 16 435 116 60
Binary 10101011 11011 11011100 10110 1011000 0 1110 100011101 1001110 110000

Color Harmonies of #AB1BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BDC

Black with #AB1BDC

Text Example


Text Example

White with #AB1BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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