Html Css Color HEX #AB33DD Dark Orchid

📋 copy color: '#AB33DD'

red 171 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #AB33DD

Tints of Dark Orchid #AB33DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.51%

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

R = 38.6%
G = 11.51%
B = 49.89%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB33DD (or 0xAB33DD) is known color: Dark Orchid. HEX triplet: AB, 33 and DD. RGB value is (171,51,221). Sum of RGB (Red+Green+Blue) = 171+51+221=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB33DD is #54CC22. Grayscale: #696969. Windows color (decimal): -5557283 or 14496683. OLE color: 14496683.

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

Color convert

RGB 171 51 221 -
CMYK 0.23 0.77 0 0.13
HSL 282.35º 0.71% 0.53% -
HSV(B) 282.35º 0.77% 0.87% -
XYZ 31.03 16.25 69.91 -
YUV 106.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 171 51 221 0.23 0.77 0 0.13 282.35 0.71 0.53
Hex AB 33 DD 17 4D 0 D 11A 47 35
Octal 253 63 335 27 115 0 15 432 107 65
Binary 10101011 110011 11011101 10111 1001101 0 1101 100011010 1000111 110101

Color Harmonies of #AB33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB33DD

Black with #AB33DD

Text Example


Text Example

White with #AB33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB33DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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