Html Css Color HEX #A249FE Blue Violet

📋 copy color: '#A249FE'

red 162 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #A249FE

Tints of Blue Violet #A249FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 33.13%
G = 14.93%
B = 51.94%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A249FE (or 0xA249FE) is known color: Blue Violet. HEX triplet: A2, 49 and FE. RGB value is (162,73,254). Sum of RGB (Red+Green+Blue) = 162+73+254=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #A249FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249FE is #5DB601. Grayscale: #777777. Windows color (decimal): -6141442 or 16664994. OLE color: 16664994.

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

Color convert

RGB 162 73 254 -
CMYK 0.36 0.71 0 0.00
HSL 269.5º 0.99% 0.64% -
HSV(B) 269.5º 0.71% 1% -
XYZ 35.17 19.6 95.7 -
YUV 120.25 203.49 157.78 -
System Red Green Blue C M Y K H S L
Decimal 162 73 254 0.36 0.71 0 0.00 269.5 0.99 0.64
Hex A2 49 FE 24 47 0 0 10E 63 40
Octal 242 111 376 44 107 0 0 416 143 100
Binary 10100010 1001001 11111110 100100 1000111 0 0 100001110 1100011 1000000

Color Harmonies of #A249FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249FE

Black with #A249FE

Text Example


Text Example

White with #A249FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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