Html Css Color HEX #AB2CDD Dark Orchid

📋 copy color: '#AB2CDD'

red 171 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #AB2CDD

Tints of Dark Orchid #AB2CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 39.22%
G = 10.09%
B = 50.69%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB2CDD (or 0xAB2CDD) is known color: Dark Orchid. HEX triplet: AB, 2C and DD. RGB value is (171,44,221). Sum of RGB (Red+Green+Blue) = 171+44+221=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CDD is #54D322. Grayscale: #656565. Windows color (decimal): -5559075 or 14494891. OLE color: 14494891.

HSL color Cylindrical-coordinate representation of color #AB2CDD: hue angle of 283.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2CDD is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 44 221 -
CMYK 0.23 0.80 0 0.13
HSL 283.05º 0.72% 0.52% -
HSV(B) 283.05º 0.8% 0.87% -
XYZ 30.75 15.68 69.81 -
YUV 102.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 171 44 221 0.23 0.80 0 0.13 283.05 0.72 0.52
Hex AB 2C DD 17 50 0 D 11B 48 34
Octal 253 54 335 27 120 0 15 433 110 64
Binary 10101011 101100 11011101 10111 1010000 0 1101 100011011 1001000 110100

Color Harmonies of #AB2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CDD

Black with #AB2CDD

Text Example


Text Example

White with #AB2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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