Html Css Color HEX #AB50F9 Medium Orchid

📋 copy color: '#AB50F9'

red 171 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #AB50F9

Tints of Medium Orchid #AB50F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 34.2%
G = 16%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB50F9 (or 0xAB50F9) is known color: Medium Orchid. HEX triplet: AB, 50 and F9. RGB value is (171,80,249). Sum of RGB (Red+Green+Blue) = 171+80+249=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB50F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50F9 is #54AF06. Grayscale: #7D7D7D. Windows color (decimal): -5549831 or 16339115. OLE color: 16339115.

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

Color convert

RGB 171 80 249 -
CMYK 0.31 0.68 0 0.02
HSL 272.31º 0.93% 0.65% -
HSV(B) 272.31º 0.68% 0.98% -
XYZ 36.76 21.23 91.78 -
YUV 126.48 197.15 159.76 -
System Red Green Blue C M Y K H S L
Decimal 171 80 249 0.31 0.68 0 0.02 272.31 0.93 0.65
Hex AB 50 F9 1F 44 0 2 110 5D 41
Octal 253 120 371 37 104 0 2 420 135 101
Binary 10101011 1010000 11111001 11111 1000100 0 10 100010000 1011101 1000001

Color Harmonies of #AB50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50F9

Black with #AB50F9

Text Example


Text Example

White with #AB50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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