Html Css Color HEX #AF47F9 Medium Orchid

📋 copy color: '#AF47F9'

red 175 ◦ green 71 ◦ blue 249

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

Shades of Medium Orchid #AF47F9

Tints of Medium Orchid #AF47F9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.34%

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 35.35%
G = 14.34%
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

#AF47F9 (or 0xAF47F9) is known color: Medium Orchid. HEX triplet: AF, 47 and F9. RGB value is (175,71,249). Sum of RGB (Red+Green+Blue) = 175+71+249=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF47F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47F9 is #50B806. Grayscale: #797979. Windows color (decimal): -5289991 or 16336815. OLE color: 16336815.

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

Color convert

RGB 175 71 249 -
CMYK 0.30 0.71 0 0.02
HSL 275.06º 0.94% 0.63% -
HSV(B) 275.06º 0.71% 0.98% -
XYZ 37.03 20.46 91.62 -
YUV 122.39 199.46 165.53 -
System Red Green Blue C M Y K H S L
Decimal 175 71 249 0.30 0.71 0 0.02 275.06 0.94 0.63
Hex AF 47 F9 1E 47 0 2 113 5E 3F
Octal 257 107 371 36 107 0 2 423 136 77
Binary 10101111 1000111 11111001 11110 1000111 0 10 100010011 1011110 111111

Color Harmonies of #AF47F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47F9

Black with #AF47F9

Text Example


Text Example

White with #AF47F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47F9; }

 p { color: rgb(175,71,249); }

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

background-color css

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

 a { background-color: rgb(175,71,249); }

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

border-color css

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

 span { border-color: rgb(175,71,249); }

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