Html Css Color HEX #AB5CDB Medium Orchid

📋 copy color: '#AB5CDB'

red 171 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #AB5CDB

Tints of Medium Orchid #AB5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

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

R = 35.48%
G = 19.09%
B = 45.44%

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

#AB5CDB (or 0xAB5CDB) is known color: Medium Orchid. HEX triplet: AB, 5C and DB. RGB value is (171,92,219). Sum of RGB (Red+Green+Blue) = 171+92+219=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CDB is #54A324. Grayscale: #818181. Windows color (decimal): -5546789 or 14376107. OLE color: 14376107.

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

Color convert

RGB 171 92 219 -
CMYK 0.22 0.58 0 0.14
HSL 277.32º 0.64% 0.61% -
HSV(B) 277.32º 0.58% 0.86% -
XYZ 33.41 21.43 69.39 -
YUV 130.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 171 92 219 0.22 0.58 0 0.14 277.32 0.64 0.61
Hex AB 5C DB 16 3A 0 E 115 40 3D
Octal 253 134 333 26 72 0 16 425 100 75
Binary 10101011 1011100 11011011 10110 111010 0 1110 100010101 1000000 111101

Color Harmonies of #AB5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CDB

Black with #AB5CDB

Text Example


Text Example

White with #AB5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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