Html Css Color HEX #AB44DD Medium Orchid

📋 copy color: '#AB44DD'

red 171 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #AB44DD

Tints of Medium Orchid #AB44DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.78%

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

R = 37.17%
G = 14.78%
B = 48.04%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB44DD (or 0xAB44DD) is known color: Medium Orchid. HEX triplet: AB, 44 and DD. RGB value is (171,68,221). Sum of RGB (Red+Green+Blue) = 171+68+221=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44DD is #54BB22. Grayscale: #737373. Windows color (decimal): -5552931 or 14501035. OLE color: 14501035.

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

Color convert

RGB 171 68 221 -
CMYK 0.23 0.69 0 0.13
HSL 280.39º 0.69% 0.57% -
HSV(B) 280.39º 0.69% 0.87% -
XYZ 31.91 18.01 70.2 -
YUV 116.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 171 68 221 0.23 0.69 0 0.13 280.39 0.69 0.57
Hex AB 44 DD 17 45 0 D 118 45 39
Octal 253 104 335 27 105 0 15 430 105 71
Binary 10101011 1000100 11011101 10111 1000101 0 1101 100011000 1000101 111001

Color Harmonies of #AB44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44DD

Black with #AB44DD

Text Example


Text Example

White with #AB44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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