Html Css Color HEX #AF63FC Medium Purple

📋 copy color: '#AF63FC'

red 175 ◦ green 99 ◦ blue 252

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

Shades of Medium Purple #AF63FC

Tints of Medium Purple #AF63FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 33.27%
G = 18.82%
B = 47.91%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF63FC (or 0xAF63FC) is known color: Medium Purple. HEX triplet: AF, 63 and FC. RGB value is (175,99,252). Sum of RGB (Red+Green+Blue) = 175+99+252=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63FC is #509C03. Grayscale: #8A8A8A. Windows color (decimal): -5282820 or 16540591. OLE color: 16540591.

HSL color Cylindrical-coordinate representation of color #AF63FC: hue angle of 269.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF63FC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 99 252 -
CMYK 0.31 0.61 0 0.01
HSL 269.8º 0.96% 0.69% -
HSV(B) 269.8º 0.61% 0.99% -
XYZ 39.71 25.07 94.84 -
YUV 139.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 175 99 252 0.31 0.61 0 0.01 269.8 0.96 0.69
Hex AF 63 FC 1F 3D 0 1 10E 60 45
Octal 257 143 374 37 75 0 1 416 140 105
Binary 10101111 1100011 11111100 11111 111101 0 1 100001110 1100000 1000101

Color Harmonies of #AF63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63FC

Black with #AF63FC

Text Example


Text Example

White with #AF63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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