Html Css Color HEX #A467F5 Medium Purple

📋 copy color: '#A467F5'

red 164 ◦ green 103 ◦ blue 245

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

Shades of Medium Purple #A467F5

Tints of Medium Purple #A467F5

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

 GREEN value IS 103 (40.63% from 255) = 20.12%

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

R = 32.03%
G = 20.12%
B = 47.85%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A467F5 (or 0xA467F5) is known color: Medium Purple. HEX triplet: A4, 67 and F5. RGB value is (164,103,245). Sum of RGB (Red+Green+Blue) = 164+103+245=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #A467F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A467F5 is #5B980A. Grayscale: #888888. Windows color (decimal): -6002699 or 16082852. OLE color: 16082852.

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

Color convert

RGB 164 103 245 -
CMYK 0.33 0.58 0 0.04
HSL 265.77º 0.88% 0.68% -
HSV(B) 265.77º 0.58% 0.96% -
XYZ 36.64 24.19 89.12 -
YUV 137.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 164 103 245 0.33 0.58 0 0.04 265.77 0.88 0.68
Hex A4 67 F5 21 3A 0 4 10A 58 44
Octal 244 147 365 41 72 0 4 412 130 104
Binary 10100100 1100111 11110101 100001 111010 0 100 100001010 1011000 1000100

Color Harmonies of #A467F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467F5

Black with #A467F5

Text Example


Text Example

White with #A467F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467F5; }

 p { color: rgb(164,103,245); }

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

background-color css

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

 a { background-color: rgb(164,103,245); }

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

border-color css

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

 span { border-color: rgb(164,103,245); }

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