Html Css Color HEX #AF41F3 Medium Orchid

📋 copy color: '#AF41F3'

red 175 ◦ green 65 ◦ blue 243

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

Shades of Medium Orchid #AF41F3

Tints of Medium Orchid #AF41F3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.46%

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 36.23%
G = 13.46%
B = 50.31%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF41F3 (or 0xAF41F3) is known color: Medium Orchid. HEX triplet: AF, 41 and F3. RGB value is (175,65,243). Sum of RGB (Red+Green+Blue) = 175+65+243=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF41F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41F3 is #50BE0C. Grayscale: #757575. Windows color (decimal): -5291533 or 15942063. OLE color: 15942063.

HSL color Cylindrical-coordinate representation of color #AF41F3: hue angle of 277.08º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF41F3 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 65 243 -
CMYK 0.28 0.73 0 0.05
HSL 277.08º 0.88% 0.6% -
HSV(B) 277.08º 0.73% 0.95% -
XYZ 35.75 19.37 86.65 -
YUV 118.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 175 65 243 0.28 0.73 0 0.05 277.08 0.88 0.6
Hex AF 41 F3 1C 49 0 5 115 58 3C
Octal 257 101 363 34 111 0 5 425 130 74
Binary 10101111 1000001 11110011 11100 1001001 0 101 100010101 1011000 111100

Color Harmonies of #AF41F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41F3

Black with #AF41F3

Text Example


Text Example

White with #AF41F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41F3; }

 p { color: rgb(175,65,243); }

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

background-color css

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

 a { background-color: rgb(175,65,243); }

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

border-color css

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

 span { border-color: rgb(175,65,243); }

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