Html Css Color HEX #AF64FE Medium Purple

📋 copy color: '#AF64FE'

red 175 ◦ green 100 ◦ blue 254

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

Shades of Medium Purple #AF64FE

Tints of Medium Purple #AF64FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 33.08%
G = 18.9%
B = 48.02%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF64FE (or 0xAF64FE) is known color: Medium Purple. HEX triplet: AF, 64 and FE. RGB value is (175,100,254). Sum of RGB (Red+Green+Blue) = 175+100+254=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64FE is #509B01. Grayscale: #8B8B8B. Windows color (decimal): -5282562 or 16671919. OLE color: 16671919.

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

Color convert

RGB 175 100 254 -
CMYK 0.31 0.61 0 0.00
HSL 269.22º 0.99% 0.69% -
HSV(B) 269.22º 0.61% 1% -
XYZ 40.13 25.38 96.55 -
YUV 139.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 175 100 254 0.31 0.61 0 0.00 269.22 0.99 0.69
Hex AF 64 FE 1F 3D 0 0 10D 63 45
Octal 257 144 376 37 75 0 0 415 143 105
Binary 10101111 1100100 11111110 11111 111101 0 0 100001101 1100011 1000101

Color Harmonies of #AF64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF64FE

Black with #AF64FE

Text Example


Text Example

White with #AF64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF64FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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