Html Css Color HEX #A13AA4 Violet Blue

📋 copy color: '#A13AA4'

red 161 ◦ green 58 ◦ blue 164

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

Shades of Violet Blue #A13AA4

Tints of Violet Blue #A13AA4

RGB

 RED value IS 161 (63.28% from 255) = 42.04%

 GREEN value IS 58 (23.05% from 255) = 15.14%

 BLUE value IS 164 (64.45% from 255) = 42.82%

R = 42.04%
G = 15.14%
B = 42.82%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A13AA4 (or 0xA13AA4) is known color: Violet Blue. HEX triplet: A1, 3A and A4. RGB value is (161,58,164). Sum of RGB (Red+Green+Blue) = 161+58+164=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #A13AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13AA4 is #5EC55B. Grayscale: #646464. Windows color (decimal): -6210908 or 10762913. OLE color: 10762913.

HSL color Cylindrical-coordinate representation of color #A13AA4: hue angle of 298.3º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13AA4 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 58 164 -
CMYK 0.02 0.65 0 0.36
HSL 298.3º 0.48% 0.44% -
HSV(B) 298.3º 0.65% 0.64% -
XYZ 22.91 13.28 36.48 -
YUV 100.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 161 58 164 0.02 0.65 0 0.36 298.3 0.48 0.44
Hex A1 3A A4 2 41 0 24 12A 30 2C
Octal 241 72 244 2 101 0 44 452 60 54
Binary 10100001 111010 10100100 10 1000001 0 100100 100101010 110000 101100

Color Harmonies of #A13AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13AA4

Black with #A13AA4

Text Example


Text Example

White with #A13AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13AA4; }

 p { color: rgb(161,58,164); }

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

background-color css

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

 a { background-color: rgb(161,58,164); }

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

border-color css

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

 span { border-color: rgb(161,58,164); }

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