Html Css Color HEX #AF63EF Medium Orchid

📋 copy color: '#AF63EF'

red 175 ◦ green 99 ◦ blue 239

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

Shades of Medium Orchid #AF63EF

Tints of Medium Orchid #AF63EF

RGB

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

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

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

R = 34.11%
G = 19.3%
B = 46.59%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF63EF (or 0xAF63EF) is known color: Medium Orchid. HEX triplet: AF, 63 and EF. RGB value is (175,99,239). Sum of RGB (Red+Green+Blue) = 175+99+239=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF63EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63EF is #509C10. Grayscale: #898989. Windows color (decimal): -5282833 or 15688623. OLE color: 15688623.

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

Color convert

RGB 175 99 239 -
CMYK 0.27 0.59 0 0.06
HSL 272.57º 0.81% 0.66% -
HSV(B) 272.57º 0.59% 0.94% -
XYZ 37.72 24.27 84.36 -
YUV 137.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 175 99 239 0.27 0.59 0 0.06 272.57 0.81 0.66
Hex AF 63 EF 1B 3B 0 6 111 51 42
Octal 257 143 357 33 73 0 6 421 121 102
Binary 10101111 1100011 11101111 11011 111011 0 110 100010001 1010001 1000010

Color Harmonies of #AF63EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63EF

Black with #AF63EF

Text Example


Text Example

White with #AF63EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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