Html Css Color HEX #A46FFA Medium Purple

📋 copy color: '#A46FFA'

red 164 ◦ green 111 ◦ blue 250

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

Shades of Medium Purple #A46FFA

Tints of Medium Purple #A46FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.14%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 31.24%
G = 21.14%
B = 47.62%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A46FFA (or 0xA46FFA) is known color: Medium Purple. HEX triplet: A4, 6F and FA. RGB value is (164,111,250). Sum of RGB (Red+Green+Blue) = 164+111+250=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #A46FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46FFA is #5B9005. Grayscale: #8E8E8E. Windows color (decimal): -6000646 or 16412580. OLE color: 16412580.

HSL color Cylindrical-coordinate representation of color #A46FFA: hue angle of 262.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A46FFA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 111 250 -
CMYK 0.34 0.56 0 0.02
HSL 262.88º 0.93% 0.71% -
HSV(B) 262.88º 0.56% 0.98% -
XYZ 38.25 26.16 93.48 -
YUV 142.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 164 111 250 0.34 0.56 0 0.02 262.88 0.93 0.71
Hex A4 6F FA 22 38 0 2 107 5D 47
Octal 244 157 372 42 70 0 2 407 135 107
Binary 10100100 1101111 11111010 100010 111000 0 10 100000111 1011101 1000111

Color Harmonies of #A46FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FFA

Black with #A46FFA

Text Example


Text Example

White with #A46FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FFA; }

 p { color: rgb(164,111,250); }

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

background-color css

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

 a { background-color: rgb(164,111,250); }

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

border-color css

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

 span { border-color: rgb(164,111,250); }

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