Html Css Color HEX #A946F8 Blue Violet

📋 copy color: '#A946F8'

red 169 ◦ green 70 ◦ blue 248

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

Shades of Blue Violet #A946F8

Tints of Blue Violet #A946F8

RGB

 RED value IS 169 (66.41% from 255) = 34.7%

 GREEN value IS 70 (27.73% from 255) = 14.37%

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

R = 34.7%
G = 14.37%
B = 50.92%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A946F8 (or 0xA946F8) is known color: Blue Violet. HEX triplet: A9, 46 and F8. RGB value is (169,70,248). Sum of RGB (Red+Green+Blue) = 169+70+248=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #A946F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A946F8 is #56B907. Grayscale: #777777. Windows color (decimal): -5683464 or 16271017. OLE color: 16271017.

HSL color Cylindrical-coordinate representation of color #A946F8: hue angle of 273.37º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A946F8 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 169 70 248 -
CMYK 0.32 0.72 0 0.03
HSL 273.37º 0.93% 0.62% -
HSV(B) 273.37º 0.72% 0.97% -
XYZ 35.5 19.59 90.72 -
YUV 119.89 200.3 163.03 -
System Red Green Blue C M Y K H S L
Decimal 169 70 248 0.32 0.72 0 0.03 273.37 0.93 0.62
Hex A9 46 F8 20 48 0 3 111 5D 3E
Octal 251 106 370 40 110 0 3 421 135 76
Binary 10101001 1000110 11111000 100000 1001000 0 11 100010001 1011101 111110

Color Harmonies of #A946F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946F8

Black with #A946F8

Text Example


Text Example

White with #A946F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946F8; }

 p { color: rgb(169,70,248); }

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

background-color css

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

 a { background-color: rgb(169,70,248); }

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

border-color css

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

 span { border-color: rgb(169,70,248); }

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