Html Css Color HEX #AB2ADD Dark Orchid

📋 copy color: '#AB2ADD'

red 171 ◦ green 42 ◦ blue 221

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

Shades of Dark Orchid #AB2ADD

Tints of Dark Orchid #AB2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

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

R = 39.4%
G = 9.68%
B = 50.92%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB2ADD (or 0xAB2ADD) is known color: Dark Orchid. HEX triplet: AB, 2A and DD. RGB value is (171,42,221). Sum of RGB (Red+Green+Blue) = 171+42+221=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ADD is #54D522. Grayscale: #646464. Windows color (decimal): -5559587 or 14494379. OLE color: 14494379.

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

Color convert

RGB 171 42 221 -
CMYK 0.23 0.81 0 0.13
HSL 283.24º 0.72% 0.52% -
HSV(B) 283.24º 0.81% 0.87% -
XYZ 30.67 15.53 69.79 -
YUV 100.98 195.74 177.95 -
System Red Green Blue C M Y K H S L
Decimal 171 42 221 0.23 0.81 0 0.13 283.24 0.72 0.52
Hex AB 2A DD 17 51 0 D 11B 48 34
Octal 253 52 335 27 121 0 15 433 110 64
Binary 10101011 101010 11011101 10111 1010001 0 1101 100011011 1001000 110100

Color Harmonies of #AB2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ADD

Black with #AB2ADD

Text Example


Text Example

White with #AB2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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