Html Css Color HEX #A423EE Blue Violet

📋 copy color: '#A423EE'

red 164 ◦ green 35 ◦ blue 238

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

Shades of Blue Violet #A423EE

Tints of Blue Violet #A423EE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.01%

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

R = 37.53%
G = 8.01%
B = 54.46%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A423EE (or 0xA423EE) is known color: Blue Violet. HEX triplet: A4, 23 and EE. RGB value is (164,35,238). Sum of RGB (Red+Green+Blue) = 164+35+238=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #A423EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A423EE is #5BDC11. Grayscale: #606060. Windows color (decimal): -6020114 or 15606692. OLE color: 15606692.

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

Color convert

RGB 164 35 238 -
CMYK 0.31 0.85 0 0.07
HSL 278.13º 0.86% 0.54% -
HSV(B) 278.13º 0.85% 0.93% -
XYZ 31.34 15.27 82.18 -
YUV 96.71 207.74 175.99 -
System Red Green Blue C M Y K H S L
Decimal 164 35 238 0.31 0.85 0 0.07 278.13 0.86 0.54
Hex A4 23 EE 1F 55 0 7 116 56 36
Octal 244 43 356 37 125 0 7 426 126 66
Binary 10100100 100011 11101110 11111 1010101 0 111 100010110 1010110 110110

Color Harmonies of #A423EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423EE

Black with #A423EE

Text Example


Text Example

White with #A423EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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