Html Css Color HEX #AA639D Violet Blue

📋 copy color: '#AA639D'

red 170 ◦ green 99 ◦ blue 157

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

Shades of Violet Blue #AA639D

Tints of Violet Blue #AA639D

RGB

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

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

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

R = 39.91%
G = 23.24%
B = 36.85%

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

#AA639D (or 0xAA639D) is known color: Violet Blue. HEX triplet: AA, 63 and 9D. RGB value is (170,99,157). Sum of RGB (Red+Green+Blue) = 170+99+157=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA639D is #559C62. Grayscale: #7E7E7E. Windows color (decimal): -5610595 or 10314666. OLE color: 10314666.

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

Color convert

RGB 170 99 157 -
CMYK 0 0.42 0.08 0.33
HSL 310.99º 0.29% 0.53% -
HSV(B) 310.99º 0.42% 0.67% -
XYZ 27.13 19.9 34.31 -
YUV 126.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 170 99 157 0 0.42 0.08 0.33 310.99 0.29 0.53
Hex AA 63 9D 0 2A 8 21 137 1D 35
Octal 252 143 235 0 52 10 41 467 35 65
Binary 10101010 1100011 10011101 0 101010 1000 100001 100110111 11101 110101

Color Harmonies of #AA639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA639D

Black with #AA639D

Text Example


Text Example

White with #AA639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA639D; }

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

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

background-color css

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

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

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

border-color css

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

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

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