Html Css Color HEX #A249FA Blue Violet

📋 copy color: '#A249FA'

red 162 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #A249FA

Tints of Blue Violet #A249FA

RGB

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

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

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

R = 33.4%
G = 15.05%
B = 51.55%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A249FA (or 0xA249FA) is known color: Blue Violet. HEX triplet: A2, 49 and FA. RGB value is (162,73,250). Sum of RGB (Red+Green+Blue) = 162+73+250=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #A249FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249FA is #5DB605. Grayscale: #777777. Windows color (decimal): -6141446 or 16402850. OLE color: 16402850.

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

Color convert

RGB 162 73 250 -
CMYK 0.35 0.71 0 0.02
HSL 270.17º 0.95% 0.63% -
HSV(B) 270.17º 0.71% 0.98% -
XYZ 34.54 19.35 92.36 -
YUV 119.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 162 73 250 0.35 0.71 0 0.02 270.17 0.95 0.63
Hex A2 49 FA 23 47 0 2 10E 5F 3F
Octal 242 111 372 43 107 0 2 416 137 77
Binary 10100010 1001001 11111010 100011 1000111 0 10 100001110 1011111 111111

Color Harmonies of #A249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249FA

Black with #A249FA

Text Example


Text Example

White with #A249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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