Html Css Color HEX #A13EAA Violet Blue

📋 copy color: '#A13EAA'

red 161 ◦ green 62 ◦ blue 170

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

Shades of Violet Blue #A13EAA

Tints of Violet Blue #A13EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.78%

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

R = 40.97%
G = 15.78%
B = 43.26%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A13EAA (or 0xA13EAA) is known color: Violet Blue. HEX triplet: A1, 3E and AA. RGB value is (161,62,170). Sum of RGB (Red+Green+Blue) = 161+62+170=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #A13EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13EAA is #5EC155. Grayscale: #676767. Windows color (decimal): -6209878 or 11157153. OLE color: 11157153.

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

Color convert

RGB 161 62 170 -
CMYK 0.05 0.64 0 0.33
HSL 295º 0.47% 0.45% -
HSV(B) 295º 0.64% 0.67% -
XYZ 23.68 13.92 39.47 -
YUV 103.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 161 62 170 0.05 0.64 0 0.33 295 0.47 0.45
Hex A1 3E AA 5 40 0 21 127 2F 2D
Octal 241 76 252 5 100 0 41 447 57 55
Binary 10100001 111110 10101010 101 1000000 0 100001 100100111 101111 101101

Color Harmonies of #A13EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EAA

Black with #A13EAA

Text Example


Text Example

White with #A13EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EAA; }

 p { color: rgb(161,62,170); }

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

background-color css

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

 a { background-color: rgb(161,62,170); }

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

border-color css

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

 span { border-color: rgb(161,62,170); }

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