Html Css Color HEX #A246FA Blue Violet

📋 copy color: '#A246FA'

red 162 ◦ green 70 ◦ blue 250

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

Shades of Blue Violet #A246FA

Tints of Blue Violet #A246FA

RGB

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

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

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

R = 33.61%
G = 14.52%
B = 51.87%

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

#A246FA (or 0xA246FA) is known color: Blue Violet. HEX triplet: A2, 46 and FA. RGB value is (162,70,250). Sum of RGB (Red+Green+Blue) = 162+70+250=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #A246FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A246FA is #5DB905. Grayscale: #757575. Windows color (decimal): -6142214 or 16402082. OLE color: 16402082.

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

Color convert

RGB 162 70 250 -
CMYK 0.35 0.72 0 0.02
HSL 270.67º 0.95% 0.63% -
HSV(B) 270.67º 0.72% 0.98% -
XYZ 34.35 18.96 92.29 -
YUV 118.03 202.48 159.36 -
System Red Green Blue C M Y K H S L
Decimal 162 70 250 0.35 0.72 0 0.02 270.67 0.95 0.63
Hex A2 46 FA 23 48 0 2 10F 5F 3F
Octal 242 106 372 43 110 0 2 417 137 77
Binary 10100010 1000110 11111010 100011 1001000 0 10 100001111 1011111 111111

Color Harmonies of #A246FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246FA

Black with #A246FA

Text Example


Text Example

White with #A246FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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