Html Css Color HEX #A249FF Blue Violet

📋 copy color: '#A249FF'

red 162 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #A249FF

Tints of Blue Violet #A249FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 33.06%
G = 14.9%
B = 52.04%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A249FF (or 0xA249FF) is known color: Blue Violet. HEX triplet: A2, 49 and FF. RGB value is (162,73,255). Sum of RGB (Red+Green+Blue) = 162+73+255=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #A249FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249FF is #5DB600. Grayscale: #777777. Windows color (decimal): -6141441 or 16730530. OLE color: 16730530.

HSL color Cylindrical-coordinate representation of color #A249FF: hue angle of 269.34º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A249FF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 162 73 255 -
CMYK 0.36 0.71 0 0
HSL 269.34º 1% 0.64% -
HSV(B) 269.34º 0.71% 1% -
XYZ 35.33 19.67 96.54 -
YUV 120.36 203.99 157.7 -
System Red Green Blue C M Y K H S L
Decimal 162 73 255 0.36 0.71 0 0 269.34 1 0.64
Hex A2 49 FF 24 47 0 0 10D 64 40
Octal 242 111 377 44 107 0 0 415 144 100
Binary 10100010 1001001 11111111 100100 1000111 0 0 100001101 1100100 1000000

Color Harmonies of #A249FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249FF

Black with #A249FF

Text Example


Text Example

White with #A249FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249FF; }

 p { color: rgb(162,73,255); }

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

background-color css

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

 a { background-color: rgb(162,73,255); }

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

border-color css

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

 span { border-color: rgb(162,73,255); }

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