Html Css Color HEX #AA43AD Violet Blue

📋 copy color: '#AA43AD'

red 170 ◦ green 67 ◦ blue 173

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

Shades of Violet Blue #AA43AD

Tints of Violet Blue #AA43AD

RGB

 RED value IS 170 (66.8% from 255) = 41.46%

 GREEN value IS 67 (26.56% from 255) = 16.34%

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 41.46%
G = 16.34%
B = 42.2%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA43AD (or 0xAA43AD) is known color: Violet Blue. HEX triplet: AA, 43 and AD. RGB value is (170,67,173). Sum of RGB (Red+Green+Blue) = 170+67+173=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA43AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA43AD is #55BC52. Grayscale: #6D6D6D. Windows color (decimal): -5618771 or 11355050. OLE color: 11355050.

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

Color convert

RGB 170 67 173 -
CMYK 0.02 0.61 0 0.32
HSL 298.3º 0.44% 0.47% -
HSV(B) 298.3º 0.61% 0.68% -
XYZ 26.13 15.58 41.16 -
YUV 109.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 170 67 173 0.02 0.61 0 0.32 298.3 0.44 0.47
Hex AA 43 AD 2 3D 0 20 12A 2C 2F
Octal 252 103 255 2 75 0 40 452 54 57
Binary 10101010 1000011 10101101 10 111101 0 100000 100101010 101100 101111

Color Harmonies of #AA43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA43AD

Black with #AA43AD

Text Example


Text Example

White with #AA43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA43AD; }

 p { color: rgb(170,67,173); }

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

background-color css

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

 a { background-color: rgb(170,67,173); }

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

border-color css

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

 span { border-color: rgb(170,67,173); }

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