Html Css Color HEX #AB5DDB Medium Orchid

📋 copy color: '#AB5DDB'

red 171 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #AB5DDB

Tints of Medium Orchid #AB5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

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

R = 35.4%
G = 19.25%
B = 45.34%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB5DDB (or 0xAB5DDB) is known color: Medium Orchid. HEX triplet: AB, 5D and DB. RGB value is (171,93,219). Sum of RGB (Red+Green+Blue) = 171+93+219=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DDB is #54A224. Grayscale: #828282. Windows color (decimal): -5546533 or 14376363. OLE color: 14376363.

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

Color convert

RGB 171 93 219 -
CMYK 0.22 0.58 0 0.14
HSL 277.14º 0.64% 0.61% -
HSV(B) 277.14º 0.58% 0.86% -
XYZ 33.5 21.6 69.42 -
YUV 130.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 171 93 219 0.22 0.58 0 0.14 277.14 0.64 0.61
Hex AB 5D DB 16 3A 0 E 115 40 3D
Octal 253 135 333 26 72 0 16 425 100 75
Binary 10101011 1011101 11011011 10110 111010 0 1110 100010101 1000000 111101

Color Harmonies of #AB5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DDB

Black with #AB5DDB

Text Example


Text Example

White with #AB5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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