Html Css Color HEX #A418EE Blue Violet

📋 copy color: '#A418EE'

red 164 ◦ green 24 ◦ blue 238

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

Shades of Blue Violet #A418EE

Tints of Blue Violet #A418EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.63%

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

R = 38.5%
G = 5.63%
B = 55.87%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A418EE (or 0xA418EE) is known color: Blue Violet. HEX triplet: A4, 18 and EE. RGB value is (164,24,238). Sum of RGB (Red+Green+Blue) = 164+24+238=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #A418EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A418EE is #5BE711. Grayscale: #595959. Windows color (decimal): -6022930 or 15603876. OLE color: 15603876.

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

Color convert

RGB 164 24 238 -
CMYK 0.31 0.90 0 0.07
HSL 279.25º 0.86% 0.51% -
HSV(B) 279.25º 0.9% 0.93% -
XYZ 31.07 14.72 82.09 -
YUV 90.26 211.38 180.6 -
System Red Green Blue C M Y K H S L
Decimal 164 24 238 0.31 0.90 0 0.07 279.25 0.86 0.51
Hex A4 18 EE 1F 5A 0 7 117 56 33
Octal 244 30 356 37 132 0 7 427 126 63
Binary 10100100 11000 11101110 11111 1011010 0 111 100010111 1010110 110011

Color Harmonies of #A418EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418EE

Black with #A418EE

Text Example


Text Example

White with #A418EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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