Html Css Color HEX #AF4FF9 Medium Orchid

📋 copy color: '#AF4FF9'

red 175 ◦ green 79 ◦ blue 249

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

Shades of Medium Orchid #AF4FF9

Tints of Medium Orchid #AF4FF9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

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

R = 34.79%
G = 15.71%
B = 49.5%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4FF9 (or 0xAF4FF9) is known color: Medium Orchid. HEX triplet: AF, 4F and F9. RGB value is (175,79,249). Sum of RGB (Red+Green+Blue) = 175+79+249=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF4FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FF9 is #50B006. Grayscale: #7E7E7E. Windows color (decimal): -5287943 or 16338863. OLE color: 16338863.

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

Color convert

RGB 175 79 249 -
CMYK 0.30 0.68 0 0.02
HSL 273.88º 0.93% 0.64% -
HSV(B) 273.88º 0.68% 0.98% -
XYZ 37.57 21.55 91.8 -
YUV 127.08 196.8 162.18 -
System Red Green Blue C M Y K H S L
Decimal 175 79 249 0.30 0.68 0 0.02 273.88 0.93 0.64
Hex AF 4F F9 1E 44 0 2 112 5D 40
Octal 257 117 371 36 104 0 2 422 135 100
Binary 10101111 1001111 11111001 11110 1000100 0 10 100010010 1011101 1000000

Color Harmonies of #AF4FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FF9

Black with #AF4FF9

Text Example


Text Example

White with #AF4FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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