Html Css Color HEX #AB5FDB Medium Orchid

📋 copy color: '#AB5FDB'

red 171 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #AB5FDB

Tints of Medium Orchid #AB5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.59%

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

R = 35.26%
G = 19.59%
B = 45.15%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB5FDB (or 0xAB5FDB) is known color: Medium Orchid. HEX triplet: AB, 5F and DB. RGB value is (171,95,219). Sum of RGB (Red+Green+Blue) = 171+95+219=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB5FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FDB is #54A024. Grayscale: #838383. Windows color (decimal): -5546021 or 14376875. OLE color: 14376875.

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

Color convert

RGB 171 95 219 -
CMYK 0.22 0.57 0 0.14
HSL 276.77º 0.63% 0.62% -
HSV(B) 276.77º 0.57% 0.86% -
XYZ 33.67 21.96 69.48 -
YUV 131.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 171 95 219 0.22 0.57 0 0.14 276.77 0.63 0.62
Hex AB 5F DB 16 39 0 E 115 3F 3E
Octal 253 137 333 26 71 0 16 425 77 76
Binary 10101011 1011111 11011011 10110 111001 0 1110 100010101 111111 111110

Color Harmonies of #AB5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FDB

Black with #AB5FDB

Text Example


Text Example

White with #AB5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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