Html Css Color HEX #A46AFC Medium Purple

📋 copy color: '#A46AFC'

red 164 ◦ green 106 ◦ blue 252

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

Shades of Medium Purple #A46AFC

Tints of Medium Purple #A46AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 31.42%
G = 20.31%
B = 48.28%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A46AFC (or 0xA46AFC) is known color: Medium Purple. HEX triplet: A4, 6A and FC. RGB value is (164,106,252). Sum of RGB (Red+Green+Blue) = 164+106+252=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #A46AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46AFC is #5B9503. Grayscale: #8B8B8B. Windows color (decimal): -6001924 or 16542372. OLE color: 16542372.

HSL color Cylindrical-coordinate representation of color #A46AFC: hue angle of 263.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46AFC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 106 252 -
CMYK 0.35 0.58 0 0.01
HSL 263.84º 0.96% 0.7% -
HSV(B) 263.84º 0.58% 0.99% -
XYZ 38.03 25.23 94.96 -
YUV 139.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 164 106 252 0.35 0.58 0 0.01 263.84 0.96 0.7
Hex A4 6A FC 23 3A 0 1 108 60 46
Octal 244 152 374 43 72 0 1 410 140 106
Binary 10100100 1101010 11111100 100011 111010 0 1 100001000 1100000 1000110

Color Harmonies of #A46AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AFC

Black with #A46AFC

Text Example


Text Example

White with #A46AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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