Html Css Color HEX #A440EE Blue Violet

📋 copy color: '#A440EE'

red 164 ◦ green 64 ◦ blue 238

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

Shades of Blue Violet #A440EE

Tints of Blue Violet #A440EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

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

R = 35.19%
G = 13.73%
B = 51.07%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A440EE (or 0xA440EE) is known color: Blue Violet. HEX triplet: A4, 40 and EE. RGB value is (164,64,238). Sum of RGB (Red+Green+Blue) = 164+64+238=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #A440EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A440EE is #5BBF11. Grayscale: #717171. Windows color (decimal): -6012690 or 15614116. OLE color: 15614116.

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

Color convert

RGB 164 64 238 -
CMYK 0.31 0.73 0 0.07
HSL 274.48º 0.84% 0.59% -
HSV(B) 274.48º 0.73% 0.93% -
XYZ 32.58 17.73 82.59 -
YUV 113.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 164 64 238 0.31 0.73 0 0.07 274.48 0.84 0.59
Hex A4 40 EE 1F 49 0 7 112 54 3B
Octal 244 100 356 37 111 0 7 422 124 73
Binary 10100100 1000000 11101110 11111 1001001 0 111 100010010 1010100 111011

Color Harmonies of #A440EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440EE

Black with #A440EE

Text Example


Text Example

White with #A440EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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