Html Css Color HEX #A324EB Blue Violet

📋 copy color: '#A324EB'

red 163 ◦ green 36 ◦ blue 235

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

Shades of Blue Violet #A324EB

Tints of Blue Violet #A324EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.29%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 37.56%
G = 8.29%
B = 54.15%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A324EB (or 0xA324EB) is known color: Blue Violet. HEX triplet: A3, 24 and EB. RGB value is (163,36,235). Sum of RGB (Red+Green+Blue) = 163+36+235=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #A324EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A324EB is #5CDB14. Grayscale: #5F5F5F. Windows color (decimal): -6085397 or 15410339. OLE color: 15410339.

HSL color Cylindrical-coordinate representation of color #A324EB: hue angle of 278.29º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A324EB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 36 235 -
CMYK 0.31 0.85 0 0.08
HSL 278.29º 0.83% 0.53% -
HSV(B) 278.29º 0.85% 0.92% -
XYZ 30.73 15.05 79.88 -
YUV 96.66 206.08 175.32 -
System Red Green Blue C M Y K H S L
Decimal 163 36 235 0.31 0.85 0 0.08 278.29 0.83 0.53
Hex A3 24 EB 1F 55 0 8 116 53 35
Octal 243 44 353 37 125 0 10 426 123 65
Binary 10100011 100100 11101011 11111 1010101 0 1000 100010110 1010011 110101

Color Harmonies of #A324EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324EB

Black with #A324EB

Text Example


Text Example

White with #A324EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324EB; }

 p { color: rgb(163,36,235); }

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

background-color css

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

 a { background-color: rgb(163,36,235); }

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

border-color css

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

 span { border-color: rgb(163,36,235); }

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