Html Css Color HEX #AB58D8 Medium Orchid

📋 copy color: '#AB58D8'

red 171 ◦ green 88 ◦ blue 216

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

Shades of Medium Orchid #AB58D8

Tints of Medium Orchid #AB58D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.47%

R = 36%
G = 18.53%
B = 45.47%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB58D8 (or 0xAB58D8) is known color: Medium Orchid. HEX triplet: AB, 58 and D8. RGB value is (171,88,216). Sum of RGB (Red+Green+Blue) = 171+88+216=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58D8 is #54A727. Grayscale: #7E7E7E. Windows color (decimal): -5547816 or 14178475. OLE color: 14178475.

HSL color Cylindrical-coordinate representation of color #AB58D8: hue angle of 278.91º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB58D8 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 88 216 -
CMYK 0.21 0.59 0 0.15
HSL 278.91º 0.62% 0.6% -
HSV(B) 278.91º 0.59% 0.85% -
XYZ 32.68 20.6 67.22 -
YUV 127.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 171 88 216 0.21 0.59 0 0.15 278.91 0.62 0.6
Hex AB 58 D8 15 3B 0 F 117 3E 3C
Octal 253 130 330 25 73 0 17 427 76 74
Binary 10101011 1011000 11011000 10101 111011 0 1111 100010111 111110 111100

Color Harmonies of #AB58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58D8

Black with #AB58D8

Text Example


Text Example

White with #AB58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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