Html Css Color HEX #AB53DC Medium Orchid

📋 copy color: '#AB53DC'

red 171 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #AB53DC

Tints of Medium Orchid #AB53DC

RGB

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

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

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

R = 36.08%
G = 17.51%
B = 46.41%

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

#AB53DC (or 0xAB53DC) is known color: Medium Orchid. HEX triplet: AB, 53 and DC. RGB value is (171,83,220). Sum of RGB (Red+Green+Blue) = 171+83+220=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53DC is #54AC23. Grayscale: #7C7C7C. Windows color (decimal): -5549092 or 14439339. OLE color: 14439339.

HSL color Cylindrical-coordinate representation of color #AB53DC: hue angle of 278.54º degrees, saturation: 0.66, 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 #AB53DC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 83 220 -
CMYK 0.22 0.62 0 0.14
HSL 278.54º 0.66% 0.59% -
HSV(B) 278.54º 0.62% 0.86% -
XYZ 32.81 20.01 69.84 -
YUV 124.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 171 83 220 0.22 0.62 0 0.14 278.54 0.66 0.59
Hex AB 53 DC 16 3E 0 E 117 42 3B
Octal 253 123 334 26 76 0 16 427 102 73
Binary 10101011 1010011 11011100 10110 111110 0 1110 100010111 1000010 111011

Color Harmonies of #AB53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53DC

Black with #AB53DC

Text Example


Text Example

White with #AB53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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