Html Css Color HEX #AF4FEC Medium Orchid

📋 copy color: '#AF4FEC'

red 175 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #AF4FEC

Tints of Medium Orchid #AF4FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 35.71%
G = 16.12%
B = 48.16%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4FEC (or 0xAF4FEC) is known color: Medium Orchid. HEX triplet: AF, 4F and EC. RGB value is (175,79,236). Sum of RGB (Red+Green+Blue) = 175+79+236=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF4FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FEC is #50B013. Grayscale: #7D7D7D. Windows color (decimal): -5287956 or 15486895. OLE color: 15486895.

HSL color Cylindrical-coordinate representation of color #AF4FEC: hue angle of 276.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4FEC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 79 236 -
CMYK 0.26 0.67 0 0.07
HSL 276.69º 0.81% 0.62% -
HSV(B) 276.69º 0.67% 0.93% -
XYZ 35.62 20.76 81.49 -
YUV 125.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 175 79 236 0.26 0.67 0 0.07 276.69 0.81 0.62
Hex AF 4F EC 1A 43 0 7 115 51 3E
Octal 257 117 354 32 103 0 7 425 121 76
Binary 10101111 1001111 11101100 11010 1000011 0 111 100010101 1010001 111110

Color Harmonies of #AF4FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FEC

Black with #AF4FEC

Text Example


Text Example

White with #AF4FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FEC; }

 p { color: rgb(175,79,236); }

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

background-color css

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

 a { background-color: rgb(175,79,236); }

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

border-color css

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

 span { border-color: rgb(175,79,236); }

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