Html Css Color HEX #A246F9 Blue Violet

📋 copy color: '#A246F9'

red 162 ◦ green 70 ◦ blue 249

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

Shades of Blue Violet #A246F9

Tints of Blue Violet #A246F9

RGB

 RED value IS 162 (63.67% from 255) = 33.68%

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

 BLUE value IS 249 (97.66% from 255) = 51.77%

R = 33.68%
G = 14.55%
B = 51.77%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A246F9 (or 0xA246F9) is known color: Blue Violet. HEX triplet: A2, 46 and F9. RGB value is (162,70,249). Sum of RGB (Red+Green+Blue) = 162+70+249=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #A246F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A246F9 is #5DB906. Grayscale: #757575. Windows color (decimal): -6142215 or 16336546. OLE color: 16336546.

HSL color Cylindrical-coordinate representation of color #A246F9: hue angle of 270.84º degrees, saturation: 0.94, 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 #A246F9 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 70 249 -
CMYK 0.35 0.72 0 0.02
HSL 270.84º 0.94% 0.63% -
HSV(B) 270.84º 0.72% 0.98% -
XYZ 34.19 18.9 91.47 -
YUV 117.91 201.98 159.45 -
System Red Green Blue C M Y K H S L
Decimal 162 70 249 0.35 0.72 0 0.02 270.84 0.94 0.63
Hex A2 46 F9 23 48 0 2 10F 5E 3F
Octal 242 106 371 43 110 0 2 417 136 77
Binary 10100010 1000110 11111001 100011 1001000 0 10 100001111 1011110 111111

Color Harmonies of #A246F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246F9

Black with #A246F9

Text Example


Text Example

White with #A246F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246F9; }

 p { color: rgb(162,70,249); }

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

background-color css

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

 a { background-color: rgb(162,70,249); }

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

border-color css

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

 span { border-color: rgb(162,70,249); }

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