Html Css Color HEX #AB58C6 Medium Orchid

📋 copy color: '#AB58C6'

red 171 ◦ green 88 ◦ blue 198

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

Shades of Medium Orchid #AB58C6

Tints of Medium Orchid #AB58C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 37.42%
G = 19.26%
B = 43.33%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB58C6 (or 0xAB58C6) is known color: Medium Orchid. HEX triplet: AB, 58 and C6. RGB value is (171,88,198). Sum of RGB (Red+Green+Blue) = 171+88+198=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB58C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58C6 is #54A739. Grayscale: #7D7D7D. Windows color (decimal): -5547834 or 12998827. OLE color: 12998827.

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

Color convert

RGB 171 88 198 -
CMYK 0.14 0.56 0 0.22
HSL 285.27º 0.49% 0.56% -
HSV(B) 285.27º 0.56% 0.78% -
XYZ 30.48 19.71 55.63 -
YUV 125.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 171 88 198 0.14 0.56 0 0.22 285.27 0.49 0.56
Hex AB 58 C6 E 38 0 16 11D 31 38
Octal 253 130 306 16 70 0 26 435 61 70
Binary 10101011 1011000 11000110 1110 111000 0 10110 100011101 110001 111000

Color Harmonies of #AB58C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58C6

Black with #AB58C6

Text Example


Text Example

White with #AB58C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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