Html Css Color HEX #AF5EE9 Medium Orchid

📋 copy color: '#AF5EE9'

red 175 ◦ green 94 ◦ blue 233

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

Shades of Medium Orchid #AF5EE9

Tints of Medium Orchid #AF5EE9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 34.86%
G = 18.73%
B = 46.41%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF5EE9 (or 0xAF5EE9) is known color: Medium Orchid. HEX triplet: AF, 5E and E9. RGB value is (175,94,233). Sum of RGB (Red+Green+Blue) = 175+94+233=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF5EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EE9 is #50A116. Grayscale: #858585. Windows color (decimal): -5284119 or 15294127. OLE color: 15294127.

HSL color Cylindrical-coordinate representation of color #AF5EE9: hue angle of 274.96º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5EE9 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 94 233 -
CMYK 0.25 0.60 0 0.09
HSL 274.96º 0.76% 0.64% -
HSV(B) 274.96º 0.6% 0.91% -
XYZ 36.39 23 79.61 -
YUV 134.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 175 94 233 0.25 0.60 0 0.09 274.96 0.76 0.64
Hex AF 5E E9 19 3C 0 9 113 4C 40
Octal 257 136 351 31 74 0 11 423 114 100
Binary 10101111 1011110 11101001 11001 111100 0 1001 100010011 1001100 1000000

Color Harmonies of #AF5EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5EE9

Black with #AF5EE9

Text Example


Text Example

White with #AF5EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5EE9; }

 p { color: rgb(175,94,233); }

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

background-color css

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

 a { background-color: rgb(175,94,233); }

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

border-color css

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

 span { border-color: rgb(175,94,233); }

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