Html Css Color HEX #AA38AA Violet Blue

📋 copy color: '#AA38AA'

red 170 ◦ green 56 ◦ blue 170

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

Shades of Violet Blue #AA38AA

Tints of Violet Blue #AA38AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 42.93%
G = 14.14%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA38AA (or 0xAA38AA) is known color: Violet Blue. HEX triplet: AA, 38 and AA. RGB value is (170,56,170). Sum of RGB (Red+Green+Blue) = 170+56+170=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA38AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38AA is #55C755. Grayscale: #666666. Windows color (decimal): -5621590 or 11155626. OLE color: 11155626.

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

Color convert

RGB 170 56 170 -
CMYK 0 0.67 0 0.33
HSL 300º 0.5% 0.44% -
HSV(B) 300º 0.67% 0.67% -
XYZ 25.25 14.28 39.46 -
YUV 103.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 170 56 170 0 0.67 0 0.33 300 0.5 0.44
Hex AA 38 AA 0 43 0 21 12C 32 2C
Octal 252 70 252 0 103 0 41 454 62 54
Binary 10101010 111000 10101010 0 1000011 0 100001 100101100 110010 101100

Color Harmonies of #AA38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38AA

Black with #AA38AA

Text Example


Text Example

White with #AA38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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