Html Css Color HEX #A43DAA Violet Blue

📋 copy color: '#A43DAA'

red 164 ◦ green 61 ◦ blue 170

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

Shades of Violet Blue #A43DAA

Tints of Violet Blue #A43DAA

RGB

 RED value IS 164 (64.45% from 255) = 41.52%

 GREEN value IS 61 (24.22% from 255) = 15.44%

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

R = 41.52%
G = 15.44%
B = 43.04%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A43DAA (or 0xA43DAA) is known color: Violet Blue. HEX triplet: A4, 3D and AA. RGB value is (164,61,170). Sum of RGB (Red+Green+Blue) = 164+61+170=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #A43DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAA is #5BC255. Grayscale: #676767. Windows color (decimal): -6013526 or 11156900. OLE color: 11156900.

HSL color Cylindrical-coordinate representation of color #A43DAA: hue angle of 296.7º 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 #A43DAA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 61 170 -
CMYK 0.04 0.64 0 0.33
HSL 296.7º 0.47% 0.45% -
HSV(B) 296.7º 0.64% 0.67% -
XYZ 24.23 14.13 39.48 -
YUV 104.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 164 61 170 0.04 0.64 0 0.33 296.7 0.47 0.45
Hex A4 3D AA 4 40 0 21 129 2F 2D
Octal 244 75 252 4 100 0 41 451 57 55
Binary 10100100 111101 10101010 100 1000000 0 100001 100101001 101111 101101

Color Harmonies of #A43DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DAA

Black with #A43DAA

Text Example


Text Example

White with #A43DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DAA; }

 p { color: rgb(164,61,170); }

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

background-color css

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

 a { background-color: rgb(164,61,170); }

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

border-color css

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

 span { border-color: rgb(164,61,170); }

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