Html Css Color HEX #AB2BDC Dark Orchid

📋 copy color: '#AB2BDC'

red 171 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #AB2BDC

Tints of Dark Orchid #AB2BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.91%

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

R = 39.4%
G = 9.91%
B = 50.69%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB2BDC (or 0xAB2BDC) is known color: Dark Orchid. HEX triplet: AB, 2B and DC. RGB value is (171,43,220). Sum of RGB (Red+Green+Blue) = 171+43+220=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BDC is #54D423. Grayscale: #646464. Windows color (decimal): -5559332 or 14429099. OLE color: 14429099.

HSL color Cylindrical-coordinate representation of color #AB2BDC: hue angle of 283.39º 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 #AB2BDC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 43 220 -
CMYK 0.22 0.80 0 0.14
HSL 283.39º 0.72% 0.52% -
HSV(B) 283.39º 0.8% 0.86% -
XYZ 30.58 15.55 69.1 -
YUV 101.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 171 43 220 0.22 0.80 0 0.14 283.39 0.72 0.52
Hex AB 2B DC 16 50 0 E 11B 48 34
Octal 253 53 334 26 120 0 16 433 110 64
Binary 10101011 101011 11011100 10110 1010000 0 1110 100011011 1001000 110100

Color Harmonies of #AB2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BDC

Black with #AB2BDC

Text Example


Text Example

White with #AB2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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