Html Css Color HEX #AB53DB Medium Orchid

📋 copy color: '#AB53DB'

red 171 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #AB53DB

Tints of Medium Orchid #AB53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 36.15%
G = 17.55%
B = 46.3%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB53DB (or 0xAB53DB) is known color: Medium Orchid. HEX triplet: AB, 53 and DB. RGB value is (171,83,219). Sum of RGB (Red+Green+Blue) = 171+83+219=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53DB is #54AC24. Grayscale: #7C7C7C. Windows color (decimal): -5549093 or 14373803. OLE color: 14373803.

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

Color convert

RGB 171 83 219 -
CMYK 0.22 0.62 0 0.14
HSL 278.82º 0.65% 0.59% -
HSV(B) 278.82º 0.62% 0.86% -
XYZ 32.67 19.96 69.15 -
YUV 124.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 171 83 219 0.22 0.62 0 0.14 278.82 0.65 0.59
Hex AB 53 DB 16 3E 0 E 117 41 3B
Octal 253 123 333 26 76 0 16 427 101 73
Binary 10101011 1010011 11011011 10110 111110 0 1110 100010111 1000001 111011

Color Harmonies of #AB53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53DB

Black with #AB53DB

Text Example


Text Example

White with #AB53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53DB; }

 p { color: rgb(171,83,219); }

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

background-color css

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

 a { background-color: rgb(171,83,219); }

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

border-color css

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

 span { border-color: rgb(171,83,219); }

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