Html Css Color HEX #AB49F0 Medium Orchid

📋 copy color: '#AB49F0'

red 171 ◦ green 73 ◦ blue 240

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

Shades of Medium Orchid #AB49F0

Tints of Medium Orchid #AB49F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.59%

R = 35.33%
G = 15.08%
B = 49.59%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB49F0 (or 0xAB49F0) is known color: Medium Orchid. HEX triplet: AB, 49 and F0. RGB value is (171,73,240). Sum of RGB (Red+Green+Blue) = 171+73+240=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB49F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49F0 is #54B60F. Grayscale: #787878. Windows color (decimal): -5551632 or 15747499. OLE color: 15747499.

HSL color Cylindrical-coordinate representation of color #AB49F0: hue angle of 275.21º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB49F0 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 73 240 -
CMYK 0.29 0.70 0 0.06
HSL 275.21º 0.85% 0.61% -
HSV(B) 275.21º 0.7% 0.94% -
XYZ 34.91 19.71 84.4 -
YUV 121.34 194.97 163.42 -
System Red Green Blue C M Y K H S L
Decimal 171 73 240 0.29 0.70 0 0.06 275.21 0.85 0.61
Hex AB 49 F0 1D 46 0 6 113 55 3D
Octal 253 111 360 35 106 0 6 423 125 75
Binary 10101011 1001001 11110000 11101 1000110 0 110 100010011 1010101 111101

Color Harmonies of #AB49F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49F0

Black with #AB49F0

Text Example


Text Example

White with #AB49F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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