Html Css Color HEX #AF4EF9 Medium Orchid

📋 copy color: '#AF4EF9'

red 175 ◦ green 78 ◦ blue 249

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

Shades of Medium Orchid #AF4EF9

Tints of Medium Orchid #AF4EF9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.54%

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

R = 34.86%
G = 15.54%
B = 49.6%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF4EF9 (or 0xAF4EF9) is known color: Medium Orchid. HEX triplet: AF, 4E and F9. RGB value is (175,78,249). Sum of RGB (Red+Green+Blue) = 175+78+249=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF4EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EF9 is #50B106. Grayscale: #7D7D7D. Windows color (decimal): -5288199 or 16338607. OLE color: 16338607.

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

Color convert

RGB 175 78 249 -
CMYK 0.30 0.69 0 0.02
HSL 274.04º 0.93% 0.64% -
HSV(B) 274.04º 0.69% 0.98% -
XYZ 37.5 21.4 91.78 -
YUV 126.5 197.14 162.6 -
System Red Green Blue C M Y K H S L
Decimal 175 78 249 0.30 0.69 0 0.02 274.04 0.93 0.64
Hex AF 4E F9 1E 45 0 2 112 5D 40
Octal 257 116 371 36 105 0 2 422 135 100
Binary 10101111 1001110 11111001 11110 1000101 0 10 100010010 1011101 1000000

Color Harmonies of #AF4EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EF9

Black with #AF4EF9

Text Example


Text Example

White with #AF4EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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