Html Css Color HEX #AB2CDC Dark Orchid

📋 copy color: '#AB2CDC'

red 171 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #AB2CDC

Tints of Dark Orchid #AB2CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

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

R = 39.31%
G = 10.11%
B = 50.57%

CMYK

 C value IS 0.22

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB2CDC (or 0xAB2CDC) is known color: Dark Orchid. HEX triplet: AB, 2C and DC. RGB value is (171,44,220). Sum of RGB (Red+Green+Blue) = 171+44+220=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CDC is #54D323. Grayscale: #656565. Windows color (decimal): -5559076 or 14429355. OLE color: 14429355.

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

Color convert

RGB 171 44 220 -
CMYK 0.22 0.8 0 0.14
HSL 283.3º 0.72% 0.52% -
HSV(B) 283.3º 0.8% 0.86% -
XYZ 30.61 15.63 69.11 -
YUV 102.04 194.58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 171 44 220 0.22 0.8 0 0.14 283.3 0.72 0.52
Hex AB 2C DC 16 50 0 E 11B 48 34
Octal 253 54 334 26 120 0 16 433 110 64
Binary 10101011 101100 11011100 10110 1010000 0 1110 100011011 1001000 110100

Color Harmonies of #AB2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CDC

Black with #AB2CDC

Text Example


Text Example

White with #AB2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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