Html Css Color HEX #A46AF2 Medium Purple

📋 copy color: '#A46AF2'

red 164 ◦ green 106 ◦ blue 242

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

Shades of Medium Purple #A46AF2

Tints of Medium Purple #A46AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.7%

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 32.03%
G = 20.7%
B = 47.27%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A46AF2 (or 0xA46AF2) is known color: Medium Purple. HEX triplet: A4, 6A and F2. RGB value is (164,106,242). Sum of RGB (Red+Green+Blue) = 164+106+242=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #A46AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46AF2 is #5B950D. Grayscale: #8A8A8A. Windows color (decimal): -6001934 or 15887012. OLE color: 15887012.

HSL color Cylindrical-coordinate representation of color #A46AF2: hue angle of 265.59º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A46AF2 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 106 242 -
CMYK 0.32 0.56 0 0.05
HSL 265.59º 0.84% 0.68% -
HSV(B) 265.59º 0.56% 0.95% -
XYZ 36.49 24.61 86.83 -
YUV 138.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 164 106 242 0.32 0.56 0 0.05 265.59 0.84 0.68
Hex A4 6A F2 20 38 0 5 10A 54 44
Octal 244 152 362 40 70 0 5 412 124 104
Binary 10100100 1101010 11110010 100000 111000 0 101 100001010 1010100 1000100

Color Harmonies of #A46AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AF2

Black with #A46AF2

Text Example


Text Example

White with #A46AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AF2; }

 p { color: rgb(164,106,242); }

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

background-color css

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

 a { background-color: rgb(164,106,242); }

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

border-color css

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

 span { border-color: rgb(164,106,242); }

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