Html Css Color HEX #AB55DD Medium Orchid

📋 copy color: '#AB55DD'

red 171 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #AB55DD

Tints of Medium Orchid #AB55DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.82%

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

R = 35.85%
G = 17.82%
B = 46.33%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB55DD (or 0xAB55DD) is known color: Medium Orchid. HEX triplet: AB, 55 and DD. RGB value is (171,85,221). Sum of RGB (Red+Green+Blue) = 171+85+221=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55DD is #54AA22. Grayscale: #7D7D7D. Windows color (decimal): -5548579 or 14505387. OLE color: 14505387.

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

Color convert

RGB 171 85 221 -
CMYK 0.23 0.62 0 0.13
HSL 277.94º 0.67% 0.6% -
HSV(B) 277.94º 0.62% 0.87% -
XYZ 33.09 20.38 70.6 -
YUV 126.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 171 85 221 0.23 0.62 0 0.13 277.94 0.67 0.6
Hex AB 55 DD 17 3E 0 D 116 43 3C
Octal 253 125 335 27 76 0 15 426 103 74
Binary 10101011 1010101 11011101 10111 111110 0 1101 100010110 1000011 111100

Color Harmonies of #AB55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55DD

Black with #AB55DD

Text Example


Text Example

White with #AB55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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