Html Css Color HEX #AF50FE Medium Orchid

📋 copy color: '#AF50FE'

red 175 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #AF50FE

Tints of Medium Orchid #AF50FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 34.38%
G = 15.72%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF50FE (or 0xAF50FE) is known color: Medium Orchid. HEX triplet: AF, 50 and FE. RGB value is (175,80,254). Sum of RGB (Red+Green+Blue) = 175+80+254=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50FE is #50AF01. Grayscale: #7F7F7F. Windows color (decimal): -5287682 or 16666799. OLE color: 16666799.

HSL color Cylindrical-coordinate representation of color #AF50FE: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF50FE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 80 254 -
CMYK 0.31 0.69 0 0.00
HSL 272.76º 0.99% 0.65% -
HSV(B) 272.76º 0.69% 1% -
XYZ 38.44 22.01 95.99 -
YUV 128.24 198.97 161.35 -
System Red Green Blue C M Y K H S L
Decimal 175 80 254 0.31 0.69 0 0.00 272.76 0.99 0.65
Hex AF 50 FE 1F 45 0 0 111 63 41
Octal 257 120 376 37 105 0 0 421 143 101
Binary 10101111 1010000 11111110 11111 1000101 0 0 100010001 1100011 1000001

Color Harmonies of #AF50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF50FE

Black with #AF50FE

Text Example


Text Example

White with #AF50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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