Html Css Color HEX #AB49FA Medium Orchid

📋 copy color: '#AB49FA'

red 171 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #AB49FA

Tints of Medium Orchid #AB49FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.78%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 34.62%
G = 14.78%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB49FA (or 0xAB49FA) is known color: Medium Orchid. HEX triplet: AB, 49 and FA. RGB value is (171,73,250). Sum of RGB (Red+Green+Blue) = 171+73+250=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB49FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49FA is #54B605. Grayscale: #797979. Windows color (decimal): -5551622 or 16402859. OLE color: 16402859.

HSL color Cylindrical-coordinate representation of color #AB49FA: hue angle of 273.22º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB49FA is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 73 250 -
CMYK 0.32 0.71 0 0.02
HSL 273.22º 0.95% 0.63% -
HSV(B) 273.22º 0.71% 0.98% -
XYZ 36.43 20.33 92.45 -
YUV 122.48 199.97 162.61 -
System Red Green Blue C M Y K H S L
Decimal 171 73 250 0.32 0.71 0 0.02 273.22 0.95 0.63
Hex AB 49 FA 20 47 0 2 111 5F 3F
Octal 253 111 372 40 107 0 2 421 137 77
Binary 10101011 1001001 11111010 100000 1000111 0 10 100010001 1011111 111111

Color Harmonies of #AB49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49FA

Black with #AB49FA

Text Example


Text Example

White with #AB49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49FA; }

 p { color: rgb(171,73,250); }

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

background-color css

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

 a { background-color: rgb(171,73,250); }

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

border-color css

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

 span { border-color: rgb(171,73,250); }

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