Html Css Color HEX #AB58F6 Medium Orchid

📋 copy color: '#AB58F6'

red 171 ◦ green 88 ◦ blue 246

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

Shades of Medium Orchid #AB58F6

Tints of Medium Orchid #AB58F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 33.86%
G = 17.43%
B = 48.71%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB58F6 (or 0xAB58F6) is known color: Medium Orchid. HEX triplet: AB, 58 and F6. RGB value is (171,88,246). Sum of RGB (Red+Green+Blue) = 171+88+246=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB58F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58F6 is #54A709. Grayscale: #828282. Windows color (decimal): -5547786 or 16144555. OLE color: 16144555.

HSL color Cylindrical-coordinate representation of color #AB58F6: hue angle of 271.52º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB58F6 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 88 246 -
CMYK 0.30 0.64 0 0.04
HSL 271.52º 0.9% 0.65% -
HSV(B) 271.52º 0.64% 0.96% -
XYZ 36.92 22.29 89.55 -
YUV 130.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 171 88 246 0.30 0.64 0 0.04 271.52 0.9 0.65
Hex AB 58 F6 1E 40 0 4 110 5A 41
Octal 253 130 366 36 100 0 4 420 132 101
Binary 10101011 1011000 11110110 11110 1000000 0 100 100010000 1011010 1000001

Color Harmonies of #AB58F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58F6

Black with #AB58F6

Text Example


Text Example

White with #AB58F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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