Html Css Color HEX #AB58E1 Medium Orchid

📋 copy color: '#AB58E1'

red 171 ◦ green 88 ◦ blue 225

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

Shades of Medium Orchid #AB58E1

Tints of Medium Orchid #AB58E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 35.33%
G = 18.18%
B = 46.49%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB58E1 (or 0xAB58E1) is known color: Medium Orchid. HEX triplet: AB, 58 and E1. RGB value is (171,88,225). Sum of RGB (Red+Green+Blue) = 171+88+225=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB58E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58E1 is #54A71E. Grayscale: #7F7F7F. Windows color (decimal): -5547807 or 14768299. OLE color: 14768299.

HSL color Cylindrical-coordinate representation of color #AB58E1: hue angle of 276.35º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB58E1 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 88 225 -
CMYK 0.24 0.61 0 0.12
HSL 276.35º 0.7% 0.61% -
HSV(B) 276.35º 0.61% 0.88% -
XYZ 33.87 21.07 73.52 -
YUV 128.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 171 88 225 0.24 0.61 0 0.12 276.35 0.7 0.61
Hex AB 58 E1 18 3D 0 C 114 46 3D
Octal 253 130 341 30 75 0 14 424 106 75
Binary 10101011 1011000 11100001 11000 111101 0 1100 100010100 1000110 111101

Color Harmonies of #AB58E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58E1

Black with #AB58E1

Text Example


Text Example

White with #AB58E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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