Html Css Color HEX #A674AA Violet Blue

📋 copy color: '#A674AA'

red 166 ◦ green 116 ◦ blue 170

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

Shades of Violet Blue #A674AA

Tints of Violet Blue #A674AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.66%

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

R = 36.73%
G = 25.66%
B = 37.61%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A674AA (or 0xA674AA) is known color: Violet Blue. HEX triplet: A6, 74 and AA. RGB value is (166,116,170). Sum of RGB (Red+Green+Blue) = 166+116+170=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A674AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674AA is #598B55. Grayscale: #888888. Windows color (decimal): -5868374 or 11170982. OLE color: 11170982.

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

Color convert

RGB 166 116 170 -
CMYK 0.02 0.32 0 0.33
HSL 295.56º 0.24% 0.56% -
HSV(B) 295.56º 0.32% 0.67% -
XYZ 29.23 23.5 41.03 -
YUV 137.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 166 116 170 0.02 0.32 0 0.33 295.56 0.24 0.56
Hex A6 74 AA 2 20 0 21 128 18 38
Octal 246 164 252 2 40 0 41 450 30 70
Binary 10100110 1110100 10101010 10 100000 0 100001 100101000 11000 111000

Color Harmonies of #A674AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674AA

Black with #A674AA

Text Example


Text Example

White with #A674AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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