Html Css Color HEX #AF60EC Medium Orchid

📋 copy color: '#AF60EC'

red 175 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #AF60EC

Tints of Medium Orchid #AF60EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.93%

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

R = 34.52%
G = 18.93%
B = 46.55%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF60EC (or 0xAF60EC) is known color: Medium Orchid. HEX triplet: AF, 60 and EC. RGB value is (175,96,236). Sum of RGB (Red+Green+Blue) = 175+96+236=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF60EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60EC is #509F13. Grayscale: #878787. Windows color (decimal): -5283604 or 15491247. OLE color: 15491247.

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

Color convert

RGB 175 96 236 -
CMYK 0.26 0.59 0 0.07
HSL 273.86º 0.79% 0.65% -
HSV(B) 273.86º 0.59% 0.93% -
XYZ 37 23.54 81.95 -
YUV 135.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 175 96 236 0.26 0.59 0 0.07 273.86 0.79 0.65
Hex AF 60 EC 1A 3B 0 7 112 4F 41
Octal 257 140 354 32 73 0 7 422 117 101
Binary 10101111 1100000 11101100 11010 111011 0 111 100010010 1001111 1000001

Color Harmonies of #AF60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60EC

Black with #AF60EC

Text Example


Text Example

White with #AF60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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