Html Css Color HEX #AA38AB Violet Blue

📋 copy color: '#AA38AB'

red 170 ◦ green 56 ◦ blue 171

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

Shades of Violet Blue #AA38AB

Tints of Violet Blue #AA38AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 42.82%
G = 14.11%
B = 43.07%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA38AB (or 0xAA38AB) is known color: Violet Blue. HEX triplet: AA, 38 and AB. RGB value is (170,56,171). Sum of RGB (Red+Green+Blue) = 170+56+171=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA38AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38AB is #55C754. Grayscale: #666666. Windows color (decimal): -5621589 or 11221162. OLE color: 11221162.

HSL color Cylindrical-coordinate representation of color #AA38AB: hue angle of 299.48º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA38AB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 171 -
CMYK 0.01 0.67 0 0.33
HSL 299.48º 0.51% 0.45% -
HSV(B) 299.48º 0.67% 0.67% -
XYZ 25.34 14.31 39.96 -
YUV 103.2 166.27 175.65 -
System Red Green Blue C M Y K H S L
Decimal 170 56 171 0.01 0.67 0 0.33 299.48 0.51 0.45
Hex AA 38 AB 1 43 0 21 12B 33 2D
Octal 252 70 253 1 103 0 41 453 63 55
Binary 10101010 111000 10101011 1 1000011 0 100001 100101011 110011 101101

Color Harmonies of #AA38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38AB

Black with #AA38AB

Text Example


Text Example

White with #AA38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38AB; }

 p { color: rgb(170,56,171); }

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

background-color css

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

 a { background-color: rgb(170,56,171); }

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

border-color css

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

 span { border-color: rgb(170,56,171); }

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