Html Css Color HEX #AB58F9 Medium Orchid

📋 copy color: '#AB58F9'

red 171 ◦ green 88 ◦ blue 249

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

Shades of Medium Orchid #AB58F9

Tints of Medium Orchid #AB58F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 33.66%
G = 17.32%
B = 49.02%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB58F9 (or 0xAB58F9) is known color: Medium Orchid. HEX triplet: AB, 58 and F9. RGB value is (171,88,249). Sum of RGB (Red+Green+Blue) = 171+88+249=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB58F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58F9 is #54A706. Grayscale: #828282. Windows color (decimal): -5547783 or 16341163. OLE color: 16341163.

HSL color Cylindrical-coordinate representation of color #AB58F9: hue angle of 270.93º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB58F9 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 88 249 -
CMYK 0.31 0.65 0 0.02
HSL 270.93º 0.93% 0.66% -
HSV(B) 270.93º 0.65% 0.98% -
XYZ 37.38 22.48 91.99 -
YUV 131.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 171 88 249 0.31 0.65 0 0.02 270.93 0.93 0.66
Hex AB 58 F9 1F 41 0 2 10F 5D 42
Octal 253 130 371 37 101 0 2 417 135 102
Binary 10101011 1011000 11111001 11111 1000001 0 10 100001111 1011101 1000010

Color Harmonies of #AB58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58F9

Black with #AB58F9

Text Example


Text Example

White with #AB58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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