Html Css Color HEX #A341AA Violet Blue

📋 copy color: '#A341AA'

red 163 ◦ green 65 ◦ blue 170

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

Shades of Violet Blue #A341AA

Tints of Violet Blue #A341AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 40.95%
G = 16.33%
B = 42.71%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A341AA (or 0xA341AA) is known color: Violet Blue. HEX triplet: A3, 41 and AA. RGB value is (163,65,170). Sum of RGB (Red+Green+Blue) = 163+65+170=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A341AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A341AA is #5CBE55. Grayscale: #696969. Windows color (decimal): -6078038 or 11157923. OLE color: 11157923.

HSL color Cylindrical-coordinate representation of color #A341AA: hue angle of 296º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A341AA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 65 170 -
CMYK 0.04 0.62 0 0.33
HSL 296º 0.45% 0.46% -
HSV(B) 296º 0.62% 0.67% -
XYZ 24.25 14.47 39.54 -
YUV 106.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 163 65 170 0.04 0.62 0 0.33 296 0.45 0.46
Hex A3 41 AA 4 3E 0 21 128 2D 2E
Octal 243 101 252 4 76 0 41 450 55 56
Binary 10100011 1000001 10101010 100 111110 0 100001 100101000 101101 101110

Color Harmonies of #A341AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341AA

Black with #A341AA

Text Example


Text Example

White with #A341AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341AA; }

 p { color: rgb(163,65,170); }

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

background-color css

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

 a { background-color: rgb(163,65,170); }

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

border-color css

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

 span { border-color: rgb(163,65,170); }

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