Html Css Color HEX #AF50E9 Medium Orchid

📋 copy color: '#AF50E9'

red 175 ◦ green 80 ◦ blue 233

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

Shades of Medium Orchid #AF50E9

Tints of Medium Orchid #AF50E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.39%

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

R = 35.86%
G = 16.39%
B = 47.75%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF50E9 (or 0xAF50E9) is known color: Medium Orchid. HEX triplet: AF, 50 and E9. RGB value is (175,80,233). Sum of RGB (Red+Green+Blue) = 175+80+233=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF50E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50E9 is #50AF16. Grayscale: #7D7D7D. Windows color (decimal): -5287703 or 15290543. OLE color: 15290543.

HSL color Cylindrical-coordinate representation of color #AF50E9: hue angle of 277.25º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF50E9 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 80 233 -
CMYK 0.25 0.66 0 0.09
HSL 277.25º 0.78% 0.61% -
HSV(B) 277.25º 0.66% 0.91% -
XYZ 35.26 20.73 79.23 -
YUV 125.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 175 80 233 0.25 0.66 0 0.09 277.25 0.78 0.61
Hex AF 50 E9 19 42 0 9 115 4E 3D
Octal 257 120 351 31 102 0 11 425 116 75
Binary 10101111 1010000 11101001 11001 1000010 0 1001 100010101 1001110 111101

Color Harmonies of #AF50E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50E9

Black with #AF50E9

Text Example


Text Example

White with #AF50E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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