Html Css Color HEX #AF53F1 Medium Orchid

📋 copy color: '#AF53F1'

red 175 ◦ green 83 ◦ blue 241

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

Shades of Medium Orchid #AF53F1

Tints of Medium Orchid #AF53F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.63%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 35.07%
G = 16.63%
B = 48.3%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF53F1 (or 0xAF53F1) is known color: Medium Orchid. HEX triplet: AF, 53 and F1. RGB value is (175,83,241). Sum of RGB (Red+Green+Blue) = 175+83+241=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF53F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF53F1 is #50AC0E. Grayscale: #7F7F7F. Windows color (decimal): -5286927 or 15815599. OLE color: 15815599.

HSL color Cylindrical-coordinate representation of color #AF53F1: hue angle of 274.94º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF53F1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 83 241 -
CMYK 0.27 0.66 0 0.05
HSL 274.94º 0.85% 0.64% -
HSV(B) 274.94º 0.66% 0.95% -
XYZ 36.65 21.65 85.47 -
YUV 128.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 175 83 241 0.27 0.66 0 0.05 274.94 0.85 0.64
Hex AF 53 F1 1B 42 0 5 113 55 40
Octal 257 123 361 33 102 0 5 423 125 100
Binary 10101111 1010011 11110001 11011 1000010 0 101 100010011 1010101 1000000

Color Harmonies of #AF53F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53F1

Black with #AF53F1

Text Example


Text Example

White with #AF53F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53F1; }

 p { color: rgb(175,83,241); }

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

background-color css

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

 a { background-color: rgb(175,83,241); }

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

border-color css

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

 span { border-color: rgb(175,83,241); }

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