Html Css Color HEX #AB52DD Medium Orchid

📋 copy color: '#AB52DD'

red 171 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #AB52DD

Tints of Medium Orchid #AB52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.3%

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

R = 36.08%
G = 17.3%
B = 46.62%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB52DD (or 0xAB52DD) is known color: Medium Orchid. HEX triplet: AB, 52 and DD. RGB value is (171,82,221). Sum of RGB (Red+Green+Blue) = 171+82+221=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52DD is #54AD22. Grayscale: #7B7B7B. Windows color (decimal): -5549347 or 14504619. OLE color: 14504619.

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

Color convert

RGB 171 82 221 -
CMYK 0.23 0.63 0 0.13
HSL 278.42º 0.67% 0.59% -
HSV(B) 278.42º 0.63% 0.87% -
XYZ 32.86 19.91 70.52 -
YUV 124.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 171 82 221 0.23 0.63 0 0.13 278.42 0.67 0.59
Hex AB 52 DD 17 3F 0 D 116 43 3B
Octal 253 122 335 27 77 0 15 426 103 73
Binary 10101011 1010010 11011101 10111 111111 0 1101 100010110 1000011 111011

Color Harmonies of #AB52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52DD

Black with #AB52DD

Text Example


Text Example

White with #AB52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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