Html Css Color HEX #A046FA Blue Violet

📋 copy color: '#A046FA'

red 160 ◦ green 70 ◦ blue 250

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

Shades of Blue Violet #A046FA

Tints of Blue Violet #A046FA

RGB

 RED value IS 160 (62.89% from 255) = 33.33%

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

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

R = 33.33%
G = 14.58%
B = 52.08%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A046FA (or 0xA046FA) is known color: Blue Violet. HEX triplet: A0, 46 and FA. RGB value is (160,70,250). Sum of RGB (Red+Green+Blue) = 160+70+250=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #A046FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046FA is #5FB905. Grayscale: #747474. Windows color (decimal): -6273286 or 16402080. OLE color: 16402080.

HSL color Cylindrical-coordinate representation of color #A046FA: hue angle of 270º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A046FA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 70 250 -
CMYK 0.36 0.72 0 0.02
HSL 270º 0.95% 0.63% -
HSV(B) 270º 0.72% 0.98% -
XYZ 33.94 18.76 92.27 -
YUV 117.43 202.82 158.36 -
System Red Green Blue C M Y K H S L
Decimal 160 70 250 0.36 0.72 0 0.02 270 0.95 0.63
Hex A0 46 FA 24 48 0 2 10E 5F 3F
Octal 240 106 372 44 110 0 2 416 137 77
Binary 10100000 1000110 11111010 100100 1001000 0 10 100001110 1011111 111111

Color Harmonies of #A046FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046FA

Black with #A046FA

Text Example


Text Example

White with #A046FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046FA; }

 p { color: rgb(160,70,250); }

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

background-color css

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

 a { background-color: rgb(160,70,250); }

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

border-color css

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

 span { border-color: rgb(160,70,250); }

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