Html Css Color HEX #AF49FB Medium Orchid

📋 copy color: '#AF49FB'

red 175 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #AF49FB

Tints of Medium Orchid #AF49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 35.07%
G = 14.63%
B = 50.3%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF49FB (or 0xAF49FB) is known color: Medium Orchid. HEX triplet: AF, 49 and FB. RGB value is (175,73,251). Sum of RGB (Red+Green+Blue) = 175+73+251=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49FB is #50B604. Grayscale: #7B7B7B. Windows color (decimal): -5289477 or 16468399. OLE color: 16468399.

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

Color convert

RGB 175 73 251 -
CMYK 0.30 0.71 0 0.02
HSL 274.38º 0.96% 0.64% -
HSV(B) 274.38º 0.71% 0.98% -
XYZ 37.47 20.84 93.31 -
YUV 123.79 199.79 164.53 -
System Red Green Blue C M Y K H S L
Decimal 175 73 251 0.30 0.71 0 0.02 274.38 0.96 0.64
Hex AF 49 FB 1E 47 0 2 112 60 40
Octal 257 111 373 36 107 0 2 422 140 100
Binary 10101111 1001001 11111011 11110 1000111 0 10 100010010 1100000 1000000

Color Harmonies of #AF49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF49FB

Black with #AF49FB

Text Example


Text Example

White with #AF49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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