Html Css Color HEX #AF47FE Medium Orchid

📋 copy color: '#AF47FE'

red 175 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #AF47FE

Tints of Medium Orchid #AF47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.2%

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

R = 35%
G = 14.2%
B = 50.8%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF47FE (or 0xAF47FE) is known color: Medium Orchid. HEX triplet: AF, 47 and FE. RGB value is (175,71,254). Sum of RGB (Red+Green+Blue) = 175+71+254=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47FE is #50B801. Grayscale: #7A7A7A. Windows color (decimal): -5289986 or 16664495. OLE color: 16664495.

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

Color convert

RGB 175 71 254 -
CMYK 0.31 0.72 0 0.00
HSL 274.1º 0.99% 0.64% -
HSV(B) 274.1º 0.72% 1% -
XYZ 37.82 20.78 95.78 -
YUV 122.96 201.96 165.12 -
System Red Green Blue C M Y K H S L
Decimal 175 71 254 0.31 0.72 0 0.00 274.1 0.99 0.64
Hex AF 47 FE 1F 48 0 0 112 63 40
Octal 257 107 376 37 110 0 0 422 143 100
Binary 10101111 1000111 11111110 11111 1001000 0 0 100010010 1100011 1000000

Color Harmonies of #AF47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47FE

Black with #AF47FE

Text Example


Text Example

White with #AF47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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