Html Css Color HEX #A46CF8 Medium Purple

📋 copy color: '#A46CF8'

red 164 ◦ green 108 ◦ blue 248

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

Shades of Medium Purple #A46CF8

Tints of Medium Purple #A46CF8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 31.54%
G = 20.77%
B = 47.69%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A46CF8 (or 0xA46CF8) is known color: Medium Purple. HEX triplet: A4, 6C and F8. RGB value is (164,108,248). Sum of RGB (Red+Green+Blue) = 164+108+248=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #A46CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CF8 is #5B9307. Grayscale: #8C8C8C. Windows color (decimal): -6001416 or 16280740. OLE color: 16280740.

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

Color convert

RGB 164 108 248 -
CMYK 0.34 0.56 0 0.03
HSL 264º 0.91% 0.7% -
HSV(B) 264º 0.56% 0.97% -
XYZ 37.62 25.39 91.73 -
YUV 140.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 164 108 248 0.34 0.56 0 0.03 264 0.91 0.7
Hex A4 6C F8 22 38 0 3 108 5B 46
Octal 244 154 370 42 70 0 3 410 133 106
Binary 10100100 1101100 11111000 100010 111000 0 11 100001000 1011011 1000110

Color Harmonies of #A46CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CF8

Black with #A46CF8

Text Example


Text Example

White with #A46CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CF8; }

 p { color: rgb(164,108,248); }

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

background-color css

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

 a { background-color: rgb(164,108,248); }

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

border-color css

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

 span { border-color: rgb(164,108,248); }

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