Html Css Color HEX #A461E7 Medium Purple

📋 copy color: '#A461E7'

red 164 ◦ green 97 ◦ blue 231

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

Shades of Medium Purple #A461E7

Tints of Medium Purple #A461E7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.72%

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 33.33%
G = 19.72%
B = 46.95%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A461E7 (or 0xA461E7) is known color: Medium Purple. HEX triplet: A4, 61 and E7. RGB value is (164,97,231). Sum of RGB (Red+Green+Blue) = 164+97+231=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #A461E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461E7 is #5B9E18. Grayscale: #838383. Windows color (decimal): -6004249 or 15163812. OLE color: 15163812.

HSL color Cylindrical-coordinate representation of color #A461E7: hue angle of 270º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A461E7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 164 97 231 -
CMYK 0.29 0.58 0 0.09
HSL 270º 0.74% 0.64% -
HSV(B) 270º 0.58% 0.91% -
XYZ 34.01 22.21 78.1 -
YUV 132.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 164 97 231 0.29 0.58 0 0.09 270 0.74 0.64
Hex A4 61 E7 1D 3A 0 9 10E 4A 40
Octal 244 141 347 35 72 0 11 416 112 100
Binary 10100100 1100001 11100111 11101 111010 0 1001 100001110 1001010 1000000

Color Harmonies of #A461E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461E7

Black with #A461E7

Text Example


Text Example

White with #A461E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461E7; }

 p { color: rgb(164,97,231); }

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

background-color css

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

 a { background-color: rgb(164,97,231); }

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

border-color css

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

 span { border-color: rgb(164,97,231); }

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