Html Css Color HEX #A323E5 Blue Violet

📋 copy color: '#A323E5'

red 163 ◦ green 35 ◦ blue 229

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

Shades of Blue Violet #A323E5

Tints of Blue Violet #A323E5

RGB

 RED value IS 163 (64.06% from 255) = 38.17%

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

 BLUE value IS 229 (89.84% from 255) = 53.63%

R = 38.17%
G = 8.2%
B = 53.63%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A323E5 (or 0xA323E5) is known color: Blue Violet. HEX triplet: A3, 23 and E5. RGB value is (163,35,229). Sum of RGB (Red+Green+Blue) = 163+35+229=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 35 (14.06% from 255 or 8.20% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #A323E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323E5 is #5CDC1A. Grayscale: #5E5E5E. Windows color (decimal): -6085659 or 15016867. OLE color: 15016867.

HSL color Cylindrical-coordinate representation of color #A323E5: hue angle of 279.59º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A323E5 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 35 229 -
CMYK 0.29 0.85 0 0.10
HSL 279.59º 0.79% 0.52% -
HSV(B) 279.59º 0.85% 0.9% -
XYZ 29.85 14.65 75.38 -
YUV 95.39 203.41 176.23 -
System Red Green Blue C M Y K H S L
Decimal 163 35 229 0.29 0.85 0 0.10 279.59 0.79 0.52
Hex A3 23 E5 1D 55 0 A 118 4F 34
Octal 243 43 345 35 125 0 12 430 117 64
Binary 10100011 100011 11100101 11101 1010101 0 1010 100011000 1001111 110100

Color Harmonies of #A323E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323E5

Black with #A323E5

Text Example


Text Example

White with #A323E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323E5; }

 p { color: rgb(163,35,229); }

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

background-color css

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

 a { background-color: rgb(163,35,229); }

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

border-color css

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

 span { border-color: rgb(163,35,229); }

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