Html Css Color HEX #AF49FC Medium Orchid

📋 copy color: '#AF49FC'

red 175 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #AF49FC

Tints of Medium Orchid #AF49FC

RGB

 RED value IS 175 (68.75% from 255) = 35%

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 35%
G = 14.6%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF49FC (or 0xAF49FC) is known color: Medium Orchid. HEX triplet: AF, 49 and FC. RGB value is (175,73,252). Sum of RGB (Red+Green+Blue) = 175+73+252=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49FC is #50B603. Grayscale: #7B7B7B. Windows color (decimal): -5289476 or 16533935. OLE color: 16533935.

HSL color Cylindrical-coordinate representation of color #AF49FC: hue angle of 274.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF49FC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 73 252 -
CMYK 0.31 0.71 0 0.01
HSL 274.19º 0.97% 0.64% -
HSV(B) 274.19º 0.71% 0.99% -
XYZ 37.63 20.91 94.15 -
YUV 123.9 200.29 164.45 -
System Red Green Blue C M Y K H S L
Decimal 175 73 252 0.31 0.71 0 0.01 274.19 0.97 0.64
Hex AF 49 FC 1F 47 0 1 112 61 40
Octal 257 111 374 37 107 0 1 422 141 100
Binary 10101111 1001001 11111100 11111 1000111 0 1 100010010 1100001 1000000

Color Harmonies of #AF49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49FC

Black with #AF49FC

Text Example


Text Example

White with #AF49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49FC; }

 p { color: rgb(175,73,252); }

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

background-color css

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

 a { background-color: rgb(175,73,252); }

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

border-color css

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

 span { border-color: rgb(175,73,252); }

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