Html Css Color HEX #AA38A6 Violet Blue

📋 copy color: '#AA38A6'

red 170 ◦ green 56 ◦ blue 166

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

Shades of Violet Blue #AA38A6

Tints of Violet Blue #AA38A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 43.37%
G = 14.29%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA38A6 (or 0xAA38A6) is known color: Violet Blue. HEX triplet: AA, 38 and A6. RGB value is (170,56,166). Sum of RGB (Red+Green+Blue) = 170+56+166=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA38A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA38A6 is #55C759. Grayscale: #666666. Windows color (decimal): -5621594 or 10893482. OLE color: 10893482.

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

Color convert

RGB 170 56 166 -
CMYK 0 0.67 0.02 0.33
HSL 302.11º 0.5% 0.44% -
HSV(B) 302.11º 0.67% 0.67% -
XYZ 24.87 14.13 37.49 -
YUV 102.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 170 56 166 0 0.67 0.02 0.33 302.11 0.5 0.44
Hex AA 38 A6 0 43 2 21 12E 32 2C
Octal 252 70 246 0 103 2 41 456 62 54
Binary 10101010 111000 10100110 0 1000011 10 100001 100101110 110010 101100

Color Harmonies of #AA38A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38A6

Black with #AA38A6

Text Example


Text Example

White with #AA38A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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