Html Css Color HEX #AB5ADB Medium Orchid

📋 copy color: '#AB5ADB'

red 171 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #AB5ADB

Tints of Medium Orchid #AB5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.75%

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

R = 35.63%
G = 18.75%
B = 45.63%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB5ADB (or 0xAB5ADB) is known color: Medium Orchid. HEX triplet: AB, 5A and DB. RGB value is (171,90,219). Sum of RGB (Red+Green+Blue) = 171+90+219=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ADB is #54A524. Grayscale: #808080. Windows color (decimal): -5547301 or 14375595. OLE color: 14375595.

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

Color convert

RGB 171 90 219 -
CMYK 0.22 0.59 0 0.14
HSL 277.67º 0.64% 0.61% -
HSV(B) 277.67º 0.59% 0.86% -
XYZ 33.24 21.08 69.34 -
YUV 128.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 171 90 219 0.22 0.59 0 0.14 277.67 0.64 0.61
Hex AB 5A DB 16 3B 0 E 116 40 3D
Octal 253 132 333 26 73 0 16 426 100 75
Binary 10101011 1011010 11011011 10110 111011 0 1110 100010110 1000000 111101

Color Harmonies of #AB5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5ADB

Black with #AB5ADB

Text Example


Text Example

White with #AB5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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