Html Css Color HEX #A470F9 Medium Purple

📋 copy color: '#A470F9'

red 164 ◦ green 112 ◦ blue 249

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

Shades of Medium Purple #A470F9

Tints of Medium Purple #A470F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.33%

 BLUE value IS 249 (97.66% from 255) = 47.43%

R = 31.24%
G = 21.33%
B = 47.43%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A470F9 (or 0xA470F9) is known color: Medium Purple. HEX triplet: A4, 70 and F9. RGB value is (164,112,249). Sum of RGB (Red+Green+Blue) = 164+112+249=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #A470F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470F9 is #5B8F06. Grayscale: #8E8E8E. Windows color (decimal): -6000391 or 16347300. OLE color: 16347300.

HSL color Cylindrical-coordinate representation of color #A470F9: hue angle of 262.77º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A470F9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 112 249 -
CMYK 0.34 0.55 0 0.02
HSL 262.77º 0.92% 0.71% -
HSV(B) 262.77º 0.55% 0.98% -
XYZ 38.2 26.32 92.69 -
YUV 143.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 164 112 249 0.34 0.55 0 0.02 262.77 0.92 0.71
Hex A4 70 F9 22 37 0 2 107 5C 47
Octal 244 160 371 42 67 0 2 407 134 107
Binary 10100100 1110000 11111001 100010 110111 0 10 100000111 1011100 1000111

Color Harmonies of #A470F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470F9

Black with #A470F9

Text Example


Text Example

White with #A470F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470F9; }

 p { color: rgb(164,112,249); }

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

background-color css

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

 a { background-color: rgb(164,112,249); }

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

border-color css

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

 span { border-color: rgb(164,112,249); }

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