Html Css Color HEX #A416EE Blue Violet

📋 copy color: '#A416EE'

red 164 ◦ green 22 ◦ blue 238

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

Shades of Blue Violet #A416EE

Tints of Blue Violet #A416EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

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

R = 38.68%
G = 5.19%
B = 56.13%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A416EE (or 0xA416EE) is known color: Blue Violet. HEX triplet: A4, 16 and EE. RGB value is (164,22,238). Sum of RGB (Red+Green+Blue) = 164+22+238=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #A416EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A416EE is #5BE911. Grayscale: #585858. Windows color (decimal): -6023442 or 15603364. OLE color: 15603364.

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

Color convert

RGB 164 22 238 -
CMYK 0.31 0.91 0 0.07
HSL 279.44º 0.86% 0.51% -
HSV(B) 279.44º 0.91% 0.93% -
XYZ 31.03 14.64 82.08 -
YUV 89.08 212.04 181.44 -
System Red Green Blue C M Y K H S L
Decimal 164 22 238 0.31 0.91 0 0.07 279.44 0.86 0.51
Hex A4 16 EE 1F 5B 0 7 117 56 33
Octal 244 26 356 37 133 0 7 427 126 63
Binary 10100100 10110 11101110 11111 1011011 0 111 100010111 1010110 110011

Color Harmonies of #A416EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A416EE

Black with #A416EE

Text Example


Text Example

White with #A416EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A416EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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