Html Css Color HEX #A46BF7 Medium Purple

📋 copy color: '#A46BF7'

red 164 ◦ green 107 ◦ blue 247

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

Shades of Medium Purple #A46BF7

Tints of Medium Purple #A46BF7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.66%

 BLUE value IS 247 (96.88% from 255) = 47.68%

R = 31.66%
G = 20.66%
B = 47.68%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A46BF7 (or 0xA46BF7) is known color: Medium Purple. HEX triplet: A4, 6B and F7. RGB value is (164,107,247). Sum of RGB (Red+Green+Blue) = 164+107+247=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #A46BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BF7 is #5B9408. Grayscale: #8B8B8B. Windows color (decimal): -6001673 or 16214948. OLE color: 16214948.

HSL color Cylindrical-coordinate representation of color #A46BF7: hue angle of 264.43º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46BF7 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 164 107 247 -
CMYK 0.34 0.57 0 0.03
HSL 264.43º 0.9% 0.69% -
HSV(B) 264.43º 0.57% 0.97% -
XYZ 37.36 25.12 90.88 -
YUV 140 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 164 107 247 0.34 0.57 0 0.03 264.43 0.9 0.69
Hex A4 6B F7 22 39 0 3 108 5A 45
Octal 244 153 367 42 71 0 3 410 132 105
Binary 10100100 1101011 11110111 100010 111001 0 11 100001000 1011010 1000101

Color Harmonies of #A46BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BF7

Black with #A46BF7

Text Example


Text Example

White with #A46BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BF7; }

 p { color: rgb(164,107,247); }

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

background-color css

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

 a { background-color: rgb(164,107,247); }

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

border-color css

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

 span { border-color: rgb(164,107,247); }

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