Html Css Color HEX #AF54F1 Medium Orchid

📋 copy color: '#AF54F1'

red 175 ◦ green 84 ◦ blue 241

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

Shades of Medium Orchid #AF54F1

Tints of Medium Orchid #AF54F1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.8%

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

R = 35%
G = 16.8%
B = 48.2%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF54F1 (or 0xAF54F1) is known color: Medium Orchid. HEX triplet: AF, 54 and F1. RGB value is (175,84,241). Sum of RGB (Red+Green+Blue) = 175+84+241=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF54F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54F1 is #50AB0E. Grayscale: #808080. Windows color (decimal): -5286671 or 15815855. OLE color: 15815855.

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

Color convert

RGB 175 84 241 -
CMYK 0.27 0.65 0 0.05
HSL 274.78º 0.85% 0.64% -
HSV(B) 274.78º 0.65% 0.95% -
XYZ 36.73 21.81 85.49 -
YUV 129.11 191.15 160.73 -
System Red Green Blue C M Y K H S L
Decimal 175 84 241 0.27 0.65 0 0.05 274.78 0.85 0.64
Hex AF 54 F1 1B 41 0 5 113 55 40
Octal 257 124 361 33 101 0 5 423 125 100
Binary 10101111 1010100 11110001 11011 1000001 0 101 100010011 1010101 1000000

Color Harmonies of #AF54F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54F1

Black with #AF54F1

Text Example


Text Example

White with #AF54F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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