Html Css Color HEX #AF63F5 Medium Purple

📋 copy color: '#AF63F5'

red 175 ◦ green 99 ◦ blue 245

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

Shades of Medium Purple #AF63F5

Tints of Medium Purple #AF63F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.21%

R = 33.72%
G = 19.08%
B = 47.21%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF63F5 (or 0xAF63F5) is known color: Medium Purple. HEX triplet: AF, 63 and F5. RGB value is (175,99,245). Sum of RGB (Red+Green+Blue) = 175+99+245=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF63F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63F5 is #509C0A. Grayscale: #898989. Windows color (decimal): -5282827 or 16081839. OLE color: 16081839.

HSL color Cylindrical-coordinate representation of color #AF63F5: hue angle of 271.23º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF63F5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 99 245 -
CMYK 0.29 0.60 0 0.04
HSL 271.23º 0.88% 0.67% -
HSV(B) 271.23º 0.6% 0.96% -
XYZ 38.62 24.63 89.1 -
YUV 138.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 175 99 245 0.29 0.60 0 0.04 271.23 0.88 0.67
Hex AF 63 F5 1D 3C 0 4 10F 58 43
Octal 257 143 365 35 74 0 4 417 130 103
Binary 10101111 1100011 11110101 11101 111100 0 100 100001111 1011000 1000011

Color Harmonies of #AF63F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63F5

Black with #AF63F5

Text Example


Text Example

White with #AF63F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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