Html Css Color HEX #AB58DB Medium Orchid

📋 copy color: '#AB58DB'

red 171 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #AB58DB

Tints of Medium Orchid #AB58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.41%

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

R = 35.77%
G = 18.41%
B = 45.82%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB58DB (or 0xAB58DB) is known color: Medium Orchid. HEX triplet: AB, 58 and DB. RGB value is (171,88,219). Sum of RGB (Red+Green+Blue) = 171+88+219=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB58DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58DB is #54A724. Grayscale: #7F7F7F. Windows color (decimal): -5547813 or 14375083. OLE color: 14375083.

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

Color convert

RGB 171 88 219 -
CMYK 0.22 0.60 0 0.14
HSL 278.02º 0.65% 0.6% -
HSV(B) 278.02º 0.6% 0.86% -
XYZ 33.07 20.75 69.28 -
YUV 127.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 171 88 219 0.22 0.60 0 0.14 278.02 0.65 0.6
Hex AB 58 DB 16 3C 0 E 116 41 3C
Octal 253 130 333 26 74 0 16 426 101 74
Binary 10101011 1011000 11011011 10110 111100 0 1110 100010110 1000001 111100

Color Harmonies of #AB58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58DB

Black with #AB58DB

Text Example


Text Example

White with #AB58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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