Html Css Color HEX #A940EE Blue Violet

📋 copy color: '#A940EE'

red 169 ◦ green 64 ◦ blue 238

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

Shades of Blue Violet #A940EE

Tints of Blue Violet #A940EE

RGB

 RED value IS 169 (66.41% from 255) = 35.88%

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

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

R = 35.88%
G = 13.59%
B = 50.53%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A940EE (or 0xA940EE) is known color: Blue Violet. HEX triplet: A9, 40 and EE. RGB value is (169,64,238). Sum of RGB (Red+Green+Blue) = 169+64+238=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #A940EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940EE is #56BF11. Grayscale: #727272. Windows color (decimal): -5685010 or 15614121. OLE color: 15614121.

HSL color Cylindrical-coordinate representation of color #A940EE: hue angle of 276.21º 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 #A940EE is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 64 238 -
CMYK 0.29 0.73 0 0.07
HSL 276.21º 0.84% 0.59% -
HSV(B) 276.21º 0.73% 0.93% -
XYZ 33.63 18.27 82.64 -
YUV 115.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 169 64 238 0.29 0.73 0 0.07 276.21 0.84 0.59
Hex A9 40 EE 1D 49 0 7 114 54 3B
Octal 251 100 356 35 111 0 7 424 124 73
Binary 10101001 1000000 11101110 11101 1001001 0 111 100010100 1010100 111011

Color Harmonies of #A940EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940EE

Black with #A940EE

Text Example


Text Example

White with #A940EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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