Html Css Color HEX #AB52DC Medium Orchid

📋 copy color: '#AB52DC'

red 171 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #AB52DC

Tints of Medium Orchid #AB52DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 36.15%
G = 17.34%
B = 46.51%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB52DC (or 0xAB52DC) is known color: Medium Orchid. HEX triplet: AB, 52 and DC. RGB value is (171,82,220). Sum of RGB (Red+Green+Blue) = 171+82+220=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52DC is #54AD23. Grayscale: #7B7B7B. Windows color (decimal): -5549348 or 14439083. OLE color: 14439083.

HSL color Cylindrical-coordinate representation of color #AB52DC: hue angle of 278.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB52DC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 82 220 -
CMYK 0.22 0.63 0 0.14
HSL 278.7º 0.66% 0.59% -
HSV(B) 278.7º 0.63% 0.86% -
XYZ 32.73 19.86 69.82 -
YUV 124.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 171 82 220 0.22 0.63 0 0.14 278.7 0.66 0.59
Hex AB 52 DC 16 3F 0 E 117 42 3B
Octal 253 122 334 26 77 0 16 427 102 73
Binary 10101011 1010010 11011100 10110 111111 0 1110 100010111 1000010 111011

Color Harmonies of #AB52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB52DC

Black with #AB52DC

Text Example


Text Example

White with #AB52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB52DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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