Html Css Color HEX #A449EE Blue Violet

📋 copy color: '#A449EE'

red 164 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #A449EE

Tints of Blue Violet #A449EE

RGB

 RED value IS 164 (64.45% from 255) = 34.53%

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 34.53%
G = 15.37%
B = 50.11%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A449EE (or 0xA449EE) is known color: Blue Violet. HEX triplet: A4, 49 and EE. RGB value is (164,73,238). Sum of RGB (Red+Green+Blue) = 164+73+238=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #A449EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449EE is #5BB611. Grayscale: #767676. Windows color (decimal): -6010386 or 15616420. OLE color: 15616420.

HSL color Cylindrical-coordinate representation of color #A449EE: hue angle of 273.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A449EE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 73 238 -
CMYK 0.31 0.69 0 0.07
HSL 273.09º 0.83% 0.61% -
HSV(B) 273.09º 0.69% 0.93% -
XYZ 33.13 18.83 82.78 -
YUV 119.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 164 73 238 0.31 0.69 0 0.07 273.09 0.83 0.61
Hex A4 49 EE 1F 45 0 7 111 53 3D
Octal 244 111 356 37 105 0 7 421 123 75
Binary 10100100 1001001 11101110 11111 1000101 0 111 100010001 1010011 111101

Color Harmonies of #A449EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449EE

Black with #A449EE

Text Example


Text Example

White with #A449EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449EE; }

 p { color: rgb(164,73,238); }

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

background-color css

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

 a { background-color: rgb(164,73,238); }

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

border-color css

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

 span { border-color: rgb(164,73,238); }

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