Html Css Color HEX #A670A0 Violet Blue

📋 copy color: '#A670A0'

red 166 ◦ green 112 ◦ blue 160

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

Shades of Violet Blue #A670A0

Tints of Violet Blue #A670A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 37.9%
G = 25.57%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A670A0 (or 0xA670A0) is known color: Violet Blue. HEX triplet: A6, 70 and A0. RGB value is (166,112,160). Sum of RGB (Red+Green+Blue) = 166+112+160=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A670A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A670A0 is #598F5F. Grayscale: #858585. Windows color (decimal): -5869408 or 10514598. OLE color: 10514598.

HSL color Cylindrical-coordinate representation of color #A670A0: hue angle of 306.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A670A0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 160 -
CMYK 0 0.33 0.04 0.35
HSL 306.67º 0.23% 0.55% -
HSV(B) 306.67º 0.33% 0.65% -
XYZ 27.87 22.23 36.08 -
YUV 133.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 166 112 160 0 0.33 0.04 0.35 306.67 0.23 0.55
Hex A6 70 A0 0 21 4 23 133 17 37
Octal 246 160 240 0 41 4 43 463 27 67
Binary 10100110 1110000 10100000 0 100001 100 100011 100110011 10111 110111

Color Harmonies of #A670A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670A0

Black with #A670A0

Text Example


Text Example

White with #A670A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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