Html Css Color HEX #AF49FA Medium Orchid

📋 copy color: '#AF49FA'

red 175 ◦ green 73 ◦ blue 250

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

Shades of Medium Orchid #AF49FA

Tints of Medium Orchid #AF49FA

RGB

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

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

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

R = 35.14%
G = 14.66%
B = 50.2%

CMYK

 C value IS 0.3

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF49FA (or 0xAF49FA) is known color: Medium Orchid. HEX triplet: AF, 49 and FA. RGB value is (175,73,250). Sum of RGB (Red+Green+Blue) = 175+73+250=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF49FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49FA is #50B605. Grayscale: #7B7B7B. Windows color (decimal): -5289478 or 16402863. OLE color: 16402863.

HSL color Cylindrical-coordinate representation of color #AF49FA: hue angle of 274.58º 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 #AF49FA is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 73 250 -
CMYK 0.3 0.71 0 0.02
HSL 274.58º 0.95% 0.63% -
HSV(B) 274.58º 0.71% 0.98% -
XYZ 37.32 20.78 92.49 -
YUV 123.68 199.29 164.61 -
System Red Green Blue C M Y K H S L
Decimal 175 73 250 0.3 0.71 0 0.02 274.58 0.95 0.63
Hex AF 49 FA 1E 47 0 2 113 5F 3F
Octal 257 111 372 36 107 0 2 423 137 77
Binary 10101111 1001001 11111010 11110 1000111 0 10 100010011 1011111 111111

Color Harmonies of #AF49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49FA

Black with #AF49FA

Text Example


Text Example

White with #AF49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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