Html Css Color HEX #AF63EC Medium Orchid

📋 copy color: '#AF63EC'

red 175 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #AF63EC

Tints of Medium Orchid #AF63EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.41%

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

R = 34.31%
G = 19.41%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF63EC (or 0xAF63EC) is known color: Medium Orchid. HEX triplet: AF, 63 and EC. RGB value is (175,99,236). Sum of RGB (Red+Green+Blue) = 175+99+236=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF63EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63EC is #509C13. Grayscale: #888888. Windows color (decimal): -5282836 or 15492015. OLE color: 15492015.

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

Color convert

RGB 175 99 236 -
CMYK 0.26 0.58 0 0.07
HSL 273.28º 0.78% 0.66% -
HSV(B) 273.28º 0.58% 0.93% -
XYZ 37.28 24.09 82.04 -
YUV 137.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 175 99 236 0.26 0.58 0 0.07 273.28 0.78 0.66
Hex AF 63 EC 1A 3A 0 7 111 4E 42
Octal 257 143 354 32 72 0 7 421 116 102
Binary 10101111 1100011 11101100 11010 111010 0 111 100010001 1001110 1000010

Color Harmonies of #AF63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63EC

Black with #AF63EC

Text Example


Text Example

White with #AF63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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