Html Css Color HEX #AA629D Violet Blue

📋 copy color: '#AA629D'

red 170 ◦ green 98 ◦ blue 157

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

Shades of Violet Blue #AA629D

Tints of Violet Blue #AA629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.06%

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 40%
G = 23.06%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA629D (or 0xAA629D) is known color: Violet Blue. HEX triplet: AA, 62 and 9D. RGB value is (170,98,157). Sum of RGB (Red+Green+Blue) = 170+98+157=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA629D is #559D62. Grayscale: #7E7E7E. Windows color (decimal): -5610851 or 10314410. OLE color: 10314410.

HSL color Cylindrical-coordinate representation of color #AA629D: hue angle of 310.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA629D is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 98 157 -
CMYK 0 0.42 0.08 0.33
HSL 310.83º 0.3% 0.53% -
HSV(B) 310.83º 0.42% 0.67% -
XYZ 27.03 19.72 34.28 -
YUV 126.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 170 98 157 0 0.42 0.08 0.33 310.83 0.3 0.53
Hex AA 62 9D 0 2A 8 21 137 1E 35
Octal 252 142 235 0 52 10 41 467 36 65
Binary 10101010 1100010 10011101 0 101010 1000 100001 100110111 11110 110101

Color Harmonies of #AA629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA629D

Black with #AA629D

Text Example


Text Example

White with #AA629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA629D; }

 p { color: rgb(170,98,157); }

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

background-color css

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

 a { background-color: rgb(170,98,157); }

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

border-color css

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

 span { border-color: rgb(170,98,157); }

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