Html Css Color HEX #AB44DB Medium Orchid

📋 copy color: '#AB44DB'

red 171 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #AB44DB

Tints of Medium Orchid #AB44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

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

R = 37.34%
G = 14.85%
B = 47.82%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB44DB (or 0xAB44DB) is known color: Medium Orchid. HEX triplet: AB, 44 and DB. RGB value is (171,68,219). Sum of RGB (Red+Green+Blue) = 171+68+219=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB44DB is #54BB24. Grayscale: #737373. Windows color (decimal): -5552933 or 14369963. OLE color: 14369963.

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

Color convert

RGB 171 68 219 -
CMYK 0.22 0.69 0 0.14
HSL 280.93º 0.68% 0.56% -
HSV(B) 280.93º 0.69% 0.86% -
XYZ 31.65 17.91 68.81 -
YUV 116.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 171 68 219 0.22 0.69 0 0.14 280.93 0.68 0.56
Hex AB 44 DB 16 45 0 E 119 44 38
Octal 253 104 333 26 105 0 16 431 104 70
Binary 10101011 1000100 11011011 10110 1000101 0 1110 100011001 1000100 111000

Color Harmonies of #AB44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44DB

Black with #AB44DB

Text Example


Text Example

White with #AB44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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