Html Css Color HEX #A670AA Violet Blue

📋 copy color: '#A670AA'

red 166 ◦ green 112 ◦ blue 170

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

Shades of Violet Blue #A670AA

Tints of Violet Blue #A670AA

RGB

 RED value IS 166 (65.23% from 255) = 37.05%

 GREEN value IS 112 (44.14% from 255) = 25%

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

R = 37.05%
G = 25%
B = 37.95%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A670AA (or 0xA670AA) is known color: Violet Blue. HEX triplet: A6, 70 and AA. RGB value is (166,112,170). Sum of RGB (Red+Green+Blue) = 166+112+170=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A670AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670AA is #598F55. Grayscale: #868686. Windows color (decimal): -5869398 or 11169958. OLE color: 11169958.

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

Color convert

RGB 166 112 170 -
CMYK 0.02 0.34 0 0.33
HSL 295.86º 0.25% 0.55% -
HSV(B) 295.86º 0.34% 0.67% -
XYZ 28.78 22.6 40.88 -
YUV 134.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 166 112 170 0.02 0.34 0 0.33 295.86 0.25 0.55
Hex A6 70 AA 2 22 0 21 128 19 37
Octal 246 160 252 2 42 0 41 450 31 67
Binary 10100110 1110000 10101010 10 100010 0 100001 100101000 11001 110111

Color Harmonies of #A670AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670AA

Black with #A670AA

Text Example


Text Example

White with #A670AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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