Html Css Color HEX #AA42AD Violet Blue

📋 copy color: '#AA42AD'

red 170 ◦ green 66 ◦ blue 173

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

Shades of Violet Blue #AA42AD

Tints of Violet Blue #AA42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 41.56%
G = 16.14%
B = 42.3%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA42AD (or 0xAA42AD) is known color: Violet Blue. HEX triplet: AA, 42 and AD. RGB value is (170,66,173). Sum of RGB (Red+Green+Blue) = 170+66+173=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA42AD is #55BD52. Grayscale: #6C6C6C. Windows color (decimal): -5619027 or 11354794. OLE color: 11354794.

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

Color convert

RGB 170 66 173 -
CMYK 0.02 0.62 0 0.32
HSL 298.32º 0.45% 0.47% -
HSV(B) 298.32º 0.62% 0.68% -
XYZ 26.07 15.46 41.15 -
YUV 109.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 170 66 173 0.02 0.62 0 0.32 298.32 0.45 0.47
Hex AA 42 AD 2 3E 0 20 12A 2D 2F
Octal 252 102 255 2 76 0 40 452 55 57
Binary 10101010 1000010 10101101 10 111110 0 100000 100101010 101101 101111

Color Harmonies of #AA42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42AD

Black with #AA42AD

Text Example


Text Example

White with #AA42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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