Html Css Color HEX #AF46EF Medium Orchid

📋 copy color: '#AF46EF'

red 175 ◦ green 70 ◦ blue 239

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

Shades of Medium Orchid #AF46EF

Tints of Medium Orchid #AF46EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.46%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 36.16%
G = 14.46%
B = 49.38%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF46EF (or 0xAF46EF) is known color: Medium Orchid. HEX triplet: AF, 46 and EF. RGB value is (175,70,239). Sum of RGB (Red+Green+Blue) = 175+70+239=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46EF is #50B910. Grayscale: #787878. Windows color (decimal): -5290257 or 15681199. OLE color: 15681199.

HSL color Cylindrical-coordinate representation of color #AF46EF: hue angle of 277.28º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF46EF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 70 239 -
CMYK 0.27 0.71 0 0.06
HSL 277.28º 0.84% 0.61% -
HSV(B) 277.28º 0.71% 0.94% -
XYZ 35.45 19.73 83.6 -
YUV 120.66 194.79 166.76 -
System Red Green Blue C M Y K H S L
Decimal 175 70 239 0.27 0.71 0 0.06 277.28 0.84 0.61
Hex AF 46 EF 1B 47 0 6 115 54 3D
Octal 257 106 357 33 107 0 6 425 124 75
Binary 10101111 1000110 11101111 11011 1000111 0 110 100010101 1010100 111101

Color Harmonies of #AF46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46EF

Black with #AF46EF

Text Example


Text Example

White with #AF46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46EF; }

 p { color: rgb(175,70,239); }

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

background-color css

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

 a { background-color: rgb(175,70,239); }

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

border-color css

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

 span { border-color: rgb(175,70,239); }

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