Html Css Color HEX #A864F5 Medium Purple

📋 copy color: '#A864F5'

red 168 ◦ green 100 ◦ blue 245

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

Shades of Medium Purple #A864F5

Tints of Medium Purple #A864F5

RGB

 RED value IS 168 (66.02% from 255) = 32.75%

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

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

R = 32.75%
G = 19.49%
B = 47.76%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A864F5 (or 0xA864F5) is known color: Medium Purple. HEX triplet: A8, 64 and F5. RGB value is (168,100,245). Sum of RGB (Red+Green+Blue) = 168+100+245=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #A864F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A864F5 is #579B0A. Grayscale: #888888. Windows color (decimal): -5741323 or 16082088. OLE color: 16082088.

HSL color Cylindrical-coordinate representation of color #A864F5: hue angle of 268.14º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A864F5 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 100 245 -
CMYK 0.31 0.59 0 0.04
HSL 268.14º 0.88% 0.68% -
HSV(B) 268.14º 0.59% 0.96% -
XYZ 37.19 24.03 89.06 -
YUV 136.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 168 100 245 0.31 0.59 0 0.04 268.14 0.88 0.68
Hex A8 64 F5 1F 3B 0 4 10C 58 44
Octal 250 144 365 37 73 0 4 414 130 104
Binary 10101000 1100100 11110101 11111 111011 0 100 100001100 1011000 1000100

Color Harmonies of #A864F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864F5

Black with #A864F5

Text Example


Text Example

White with #A864F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864F5; }

 p { color: rgb(168,100,245); }

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

background-color css

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

 a { background-color: rgb(168,100,245); }

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

border-color css

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

 span { border-color: rgb(168,100,245); }

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