Html Css Color HEX #AB58D0 Medium Orchid

📋 copy color: '#AB58D0'

red 171 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #AB58D0

Tints of Medium Orchid #AB58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 36.62%
G = 18.84%
B = 44.54%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB58D0 (or 0xAB58D0) is known color: Medium Orchid. HEX triplet: AB, 58 and D0. RGB value is (171,88,208). Sum of RGB (Red+Green+Blue) = 171+88+208=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB58D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58D0 is #54A72F. Grayscale: #7E7E7E. Windows color (decimal): -5547824 or 13654187. OLE color: 13654187.

HSL color Cylindrical-coordinate representation of color #AB58D0: hue angle of 281.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB58D0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 88 208 -
CMYK 0.18 0.58 0 0.18
HSL 281.5º 0.56% 0.58% -
HSV(B) 281.5º 0.58% 0.82% -
XYZ 31.67 20.19 61.9 -
YUV 126.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 171 88 208 0.18 0.58 0 0.18 281.5 0.56 0.58
Hex AB 58 D0 12 3A 0 12 11A 38 3A
Octal 253 130 320 22 72 0 22 432 70 72
Binary 10101011 1011000 11010000 10010 111010 0 10010 100011010 111000 111010

Color Harmonies of #AB58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58D0

Black with #AB58D0

Text Example


Text Example

White with #AB58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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