Html Css Color HEX #AB58DF Medium Orchid

📋 copy color: '#AB58DF'

red 171 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #AB58DF

Tints of Medium Orchid #AB58DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 35.48%
G = 18.26%
B = 46.27%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB58DF (or 0xAB58DF) is known color: Medium Orchid. HEX triplet: AB, 58 and DF. RGB value is (171,88,223). Sum of RGB (Red+Green+Blue) = 171+88+223=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB58DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58DF is #54A720. Grayscale: #7F7F7F. Windows color (decimal): -5547809 or 14637227. OLE color: 14637227.

HSL color Cylindrical-coordinate representation of color #AB58DF: hue angle of 276.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB58DF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 88 223 -
CMYK 0.23 0.61 0 0.13
HSL 276.89º 0.68% 0.61% -
HSV(B) 276.89º 0.61% 0.87% -
XYZ 33.6 20.97 72.09 -
YUV 128.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 171 88 223 0.23 0.61 0 0.13 276.89 0.68 0.61
Hex AB 58 DF 17 3D 0 D 115 44 3D
Octal 253 130 337 27 75 0 15 425 104 75
Binary 10101011 1011000 11011111 10111 111101 0 1101 100010101 1000100 111101

Color Harmonies of #AB58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58DF

Black with #AB58DF

Text Example


Text Example

White with #AB58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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