Html Css Color HEX #AA3DA7 Violet Blue

📋 copy color: '#AA3DA7'

red 170 ◦ green 61 ◦ blue 167

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

Shades of Violet Blue #AA3DA7

Tints of Violet Blue #AA3DA7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

 BLUE value IS 167 (65.63% from 255) = 41.96%

R = 42.71%
G = 15.33%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA3DA7 (or 0xAA3DA7) is known color: Violet Blue. HEX triplet: AA, 3D and A7. RGB value is (170,61,167). Sum of RGB (Red+Green+Blue) = 170+61+167=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3DA7 is #55C258. Grayscale: #696969. Windows color (decimal): -5620313 or 10960298. OLE color: 10960298.

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

Color convert

RGB 170 61 167 -
CMYK 0 0.64 0.02 0.33
HSL 301.65º 0.47% 0.45% -
HSV(B) 301.65º 0.64% 0.67% -
XYZ 25.22 14.67 38.06 -
YUV 105.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 170 61 167 0 0.64 0.02 0.33 301.65 0.47 0.45
Hex AA 3D A7 0 40 2 21 12E 2F 2D
Octal 252 75 247 0 100 2 41 456 57 55
Binary 10101010 111101 10100111 0 1000000 10 100001 100101110 101111 101101

Color Harmonies of #AA3DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DA7

Black with #AA3DA7

Text Example


Text Example

White with #AA3DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DA7; }

 p { color: rgb(170,61,167); }

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

background-color css

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

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

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

border-color css

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

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

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