Html Css Color HEX #AA639A Violet Blue

📋 copy color: '#AA639A'

red 170 ◦ green 99 ◦ blue 154

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

Shades of Violet Blue #AA639A

Tints of Violet Blue #AA639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 40.19%
G = 23.4%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA639A (or 0xAA639A) is known color: Violet Blue. HEX triplet: AA, 63 and 9A. RGB value is (170,99,154). Sum of RGB (Red+Green+Blue) = 170+99+154=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA639A is #559C65. Grayscale: #7E7E7E. Windows color (decimal): -5610598 or 10118058. OLE color: 10118058.

HSL color Cylindrical-coordinate representation of color #AA639A: hue angle of 313.52º degrees, saturation: 0.29, 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 #AA639A is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 154 -
CMYK 0 0.42 0.09 0.33
HSL 313.52º 0.29% 0.53% -
HSV(B) 313.52º 0.42% 0.67% -
XYZ 26.87 19.8 32.98 -
YUV 126.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 170 99 154 0 0.42 0.09 0.33 313.52 0.29 0.53
Hex AA 63 9A 0 2A 9 21 13A 1D 35
Octal 252 143 232 0 52 11 41 472 35 65
Binary 10101010 1100011 10011010 0 101010 1001 100001 100111010 11101 110101

Color Harmonies of #AA639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA639A

Black with #AA639A

Text Example


Text Example

White with #AA639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA639A; }

 p { color: rgb(170,99,154); }

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

background-color css

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

 a { background-color: rgb(170,99,154); }

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

border-color css

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

 span { border-color: rgb(170,99,154); }

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