Html Css Color HEX #AF64FC Medium Purple

📋 copy color: '#AF64FC'

red 175 ◦ green 100 ◦ blue 252

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

Shades of Medium Purple #AF64FC

Tints of Medium Purple #AF64FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.98%

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

R = 33.21%
G = 18.98%
B = 47.82%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF64FC (or 0xAF64FC) is known color: Medium Purple. HEX triplet: AF, 64 and FC. RGB value is (175,100,252). Sum of RGB (Red+Green+Blue) = 175+100+252=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF64FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64FC is #509B03. Grayscale: #8B8B8B. Windows color (decimal): -5282564 or 16540847. OLE color: 16540847.

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

Color convert

RGB 175 100 252 -
CMYK 0.31 0.60 0 0.01
HSL 269.61º 0.96% 0.69% -
HSV(B) 269.61º 0.6% 0.99% -
XYZ 39.81 25.26 94.87 -
YUV 139.75 191.35 153.14 -
System Red Green Blue C M Y K H S L
Decimal 175 100 252 0.31 0.60 0 0.01 269.61 0.96 0.69
Hex AF 64 FC 1F 3C 0 1 10E 60 45
Octal 257 144 374 37 74 0 1 416 140 105
Binary 10101111 1100100 11111100 11111 111100 0 1 100001110 1100000 1000101

Color Harmonies of #AF64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64FC

Black with #AF64FC

Text Example


Text Example

White with #AF64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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