Html Css Color HEX #AB58DE Medium Orchid

📋 copy color: '#AB58DE'

red 171 ◦ green 88 ◦ blue 222

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

Shades of Medium Orchid #AB58DE

Tints of Medium Orchid #AB58DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 35.55%
G = 18.3%
B = 46.15%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB58DE (or 0xAB58DE) is known color: Medium Orchid. HEX triplet: AB, 58 and DE. RGB value is (171,88,222). Sum of RGB (Red+Green+Blue) = 171+88+222=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB58DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58DE is #54A721. Grayscale: #7F7F7F. Windows color (decimal): -5547810 or 14571691. OLE color: 14571691.

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

Color convert

RGB 171 88 222 -
CMYK 0.23 0.60 0 0.13
HSL 277.16º 0.67% 0.61% -
HSV(B) 277.16º 0.6% 0.87% -
XYZ 33.47 20.91 71.38 -
YUV 128.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 171 88 222 0.23 0.60 0 0.13 277.16 0.67 0.61
Hex AB 58 DE 17 3C 0 D 115 43 3D
Octal 253 130 336 27 74 0 15 425 103 75
Binary 10101011 1011000 11011110 10111 111100 0 1101 100010101 1000011 111101

Color Harmonies of #AB58DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58DE

Black with #AB58DE

Text Example


Text Example

White with #AB58DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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