Html Css Color HEX #AB55DB Medium Orchid

📋 copy color: '#AB55DB'

red 171 ◦ green 85 ◦ blue 219

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

Shades of Medium Orchid #AB55DB

Tints of Medium Orchid #AB55DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 36%
G = 17.89%
B = 46.11%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB55DB (or 0xAB55DB) is known color: Medium Orchid. HEX triplet: AB, 55 and DB. RGB value is (171,85,219). Sum of RGB (Red+Green+Blue) = 171+85+219=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55DB is #54AA24. Grayscale: #7D7D7D. Windows color (decimal): -5548581 or 14374315. OLE color: 14374315.

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

Color convert

RGB 171 85 219 -
CMYK 0.22 0.61 0 0.14
HSL 278.51º 0.65% 0.6% -
HSV(B) 278.51º 0.61% 0.86% -
XYZ 32.83 20.27 69.2 -
YUV 125.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 171 85 219 0.22 0.61 0 0.14 278.51 0.65 0.6
Hex AB 55 DB 16 3D 0 E 117 41 3C
Octal 253 125 333 26 75 0 16 427 101 74
Binary 10101011 1010101 11011011 10110 111101 0 1110 100010111 1000001 111100

Color Harmonies of #AB55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB55DB

Black with #AB55DB

Text Example


Text Example

White with #AB55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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