Html Css Color HEX #AF3FEC Medium Orchid

📋 copy color: '#AF3FEC'

red 175 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #AF3FEC

Tints of Medium Orchid #AF3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.29%

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

R = 36.92%
G = 13.29%
B = 49.79%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3FEC (or 0xAF3FEC) is known color: Medium Orchid. HEX triplet: AF, 3F and EC. RGB value is (175,63,236). Sum of RGB (Red+Green+Blue) = 175+63+236=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF3FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FEC is #50C013. Grayscale: #737373. Windows color (decimal): -5292052 or 15482799. OLE color: 15482799.

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

Color convert

RGB 175 63 236 -
CMYK 0.26 0.73 0 0.07
HSL 278.84º 0.82% 0.59% -
HSV(B) 278.84º 0.73% 0.93% -
XYZ 34.6 18.73 81.15 -
YUV 116.21 195.61 169.93 -
System Red Green Blue C M Y K H S L
Decimal 175 63 236 0.26 0.73 0 0.07 278.84 0.82 0.59
Hex AF 3F EC 1A 49 0 7 117 52 3B
Octal 257 77 354 32 111 0 7 427 122 73
Binary 10101111 111111 11101100 11010 1001001 0 111 100010111 1010010 111011

Color Harmonies of #AF3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FEC

Black with #AF3FEC

Text Example


Text Example

White with #AF3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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