Html Css Color HEX #AF50EF Medium Orchid

📋 copy color: '#AF50EF'

red 175 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #AF50EF

Tints of Medium Orchid #AF50EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 35.43%
G = 16.19%
B = 48.38%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF50EF (or 0xAF50EF) is known color: Medium Orchid. HEX triplet: AF, 50 and EF. RGB value is (175,80,239). Sum of RGB (Red+Green+Blue) = 175+80+239=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50EF is #50AF10. Grayscale: #7D7D7D. Windows color (decimal): -5287697 or 15683759. OLE color: 15683759.

HSL color Cylindrical-coordinate representation of color #AF50EF: hue angle of 275.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF50EF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 80 239 -
CMYK 0.27 0.67 0 0.06
HSL 275.85º 0.83% 0.63% -
HSV(B) 275.85º 0.67% 0.94% -
XYZ 36.13 21.08 83.83 -
YUV 126.53 191.47 162.57 -
System Red Green Blue C M Y K H S L
Decimal 175 80 239 0.27 0.67 0 0.06 275.85 0.83 0.63
Hex AF 50 EF 1B 43 0 6 114 53 3F
Octal 257 120 357 33 103 0 6 424 123 77
Binary 10101111 1010000 11101111 11011 1000011 0 110 100010100 1010011 111111

Color Harmonies of #AF50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50EF

Black with #AF50EF

Text Example


Text Example

White with #AF50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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