Html Css Color HEX #A461F0 Medium Purple

📋 copy color: '#A461F0'

red 164 ◦ green 97 ◦ blue 240

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

Shades of Medium Purple #A461F0

Tints of Medium Purple #A461F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 32.73%
G = 19.36%
B = 47.9%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A461F0 (or 0xA461F0) is known color: Medium Purple. HEX triplet: A4, 61 and F0. RGB value is (164,97,240). Sum of RGB (Red+Green+Blue) = 164+97+240=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #A461F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A461F0 is #5B9E0F. Grayscale: #848484. Windows color (decimal): -6004240 or 15753636. OLE color: 15753636.

HSL color Cylindrical-coordinate representation of color #A461F0: hue angle of 268.11º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A461F0 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 97 240 -
CMYK 0.32 0.60 0 0.06
HSL 268.11º 0.83% 0.66% -
HSV(B) 268.11º 0.6% 0.94% -
XYZ 35.31 22.73 84.96 -
YUV 133.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 164 97 240 0.32 0.60 0 0.06 268.11 0.83 0.66
Hex A4 61 F0 20 3C 0 6 10C 53 42
Octal 244 141 360 40 74 0 6 414 123 102
Binary 10100100 1100001 11110000 100000 111100 0 110 100001100 1010011 1000010

Color Harmonies of #A461F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A461F0

Black with #A461F0

Text Example


Text Example

White with #A461F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A461F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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