Html Css Color HEX #A064F8 Medium Purple

📋 copy color: '#A064F8'

red 160 ◦ green 100 ◦ blue 248

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

Shades of Medium Purple #A064F8

Tints of Medium Purple #A064F8

RGB

 RED value IS 160 (62.89% from 255) = 31.5%

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

 BLUE value IS 248 (97.27% from 255) = 48.82%

R = 31.5%
G = 19.69%
B = 48.82%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A064F8 (or 0xA064F8) is known color: Medium Purple. HEX triplet: A0, 64 and F8. RGB value is (160,100,248). Sum of RGB (Red+Green+Blue) = 160+100+248=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #A064F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A064F8 is #5F9B07. Grayscale: #868686. Windows color (decimal): -6265608 or 16278688. OLE color: 16278688.

HSL color Cylindrical-coordinate representation of color #A064F8: hue angle of 264.32º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A064F8 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 100 248 -
CMYK 0.35 0.60 0 0.03
HSL 264.32º 0.91% 0.68% -
HSV(B) 264.32º 0.6% 0.97% -
XYZ 36 23.37 91.42 -
YUV 134.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 160 100 248 0.35 0.60 0 0.03 264.32 0.91 0.68
Hex A0 64 F8 23 3C 0 3 108 5B 44
Octal 240 144 370 43 74 0 3 410 133 104
Binary 10100000 1100100 11111000 100011 111100 0 11 100001000 1011011 1000100

Color Harmonies of #A064F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064F8

Black with #A064F8

Text Example


Text Example

White with #A064F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064F8; }

 p { color: rgb(160,100,248); }

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

background-color css

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

 a { background-color: rgb(160,100,248); }

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

border-color css

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

 span { border-color: rgb(160,100,248); }

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