Html Css Color HEX #AB49F3 Medium Orchid

📋 copy color: '#AB49F3'

red 171 ◦ green 73 ◦ blue 243

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

Shades of Medium Orchid #AB49F3

Tints of Medium Orchid #AB49F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.9%

R = 35.11%
G = 14.99%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB49F3 (or 0xAB49F3) is known color: Medium Orchid. HEX triplet: AB, 49 and F3. RGB value is (171,73,243). Sum of RGB (Red+Green+Blue) = 171+73+243=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB49F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49F3 is #54B60C. Grayscale: #797979. Windows color (decimal): -5551629 or 15944107. OLE color: 15944107.

HSL color Cylindrical-coordinate representation of color #AB49F3: hue angle of 274.59º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB49F3 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 73 243 -
CMYK 0.30 0.70 0 0.05
HSL 274.59º 0.88% 0.62% -
HSV(B) 274.59º 0.7% 0.95% -
XYZ 35.35 19.89 86.77 -
YUV 121.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 171 73 243 0.30 0.70 0 0.05 274.59 0.88 0.62
Hex AB 49 F3 1E 46 0 5 113 58 3E
Octal 253 111 363 36 106 0 5 423 130 76
Binary 10101011 1001001 11110011 11110 1000110 0 101 100010011 1011000 111110

Color Harmonies of #AB49F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49F3

Black with #AB49F3

Text Example


Text Example

White with #AB49F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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