Html Css Color HEX #A249EF Blue Violet

📋 copy color: '#A249EF'

red 162 ◦ green 73 ◦ blue 239

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

Shades of Blue Violet #A249EF

Tints of Blue Violet #A249EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 34.18%
G = 15.4%
B = 50.42%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A249EF (or 0xA249EF) is known color: Blue Violet. HEX triplet: A2, 49 and EF. RGB value is (162,73,239). Sum of RGB (Red+Green+Blue) = 162+73+239=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #A249EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249EF is #5DB610. Grayscale: #757575. Windows color (decimal): -6141457 or 15681954. OLE color: 15681954.

HSL color Cylindrical-coordinate representation of color #A249EF: hue angle of 272.17º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A249EF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 73 239 -
CMYK 0.32 0.69 0 0.06
HSL 272.17º 0.84% 0.61% -
HSV(B) 272.17º 0.69% 0.94% -
XYZ 32.86 18.68 83.53 -
YUV 118.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 162 73 239 0.32 0.69 0 0.06 272.17 0.84 0.61
Hex A2 49 EF 20 45 0 6 110 54 3D
Octal 242 111 357 40 105 0 6 420 124 75
Binary 10100010 1001001 11101111 100000 1000101 0 110 100010000 1010100 111101

Color Harmonies of #A249EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249EF

Black with #A249EF

Text Example


Text Example

White with #A249EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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