Html Css Color HEX #AF47FF Medium Orchid

📋 copy color: '#AF47FF'

red 175 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #AF47FF

Tints of Medium Orchid #AF47FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 34.93%
G = 14.17%
B = 50.9%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF47FF (or 0xAF47FF) is known color: Medium Orchid. HEX triplet: AF, 47 and FF. RGB value is (175,71,255). Sum of RGB (Red+Green+Blue) = 175+71+255=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47FF is #50B800. Grayscale: #7A7A7A. Windows color (decimal): -5289985 or 16730031. OLE color: 16730031.

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

Color convert

RGB 175 71 255 -
CMYK 0.31 0.72 0 0
HSL 273.91º 1% 0.64% -
HSV(B) 273.91º 0.72% 1% -
XYZ 37.98 20.84 96.63 -
YUV 123.07 202.46 165.04 -
System Red Green Blue C M Y K H S L
Decimal 175 71 255 0.31 0.72 0 0 273.91 1 0.64
Hex AF 47 FF 1F 48 0 0 112 64 40
Octal 257 107 377 37 110 0 0 422 144 100
Binary 10101111 1000111 11111111 11111 1001000 0 0 100010010 1100100 1000000

Color Harmonies of #AF47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF47FF

Black with #AF47FF

Text Example


Text Example

White with #AF47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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