Html Css Color HEX #A674AB Violet Blue

📋 copy color: '#A674AB'

red 166 ◦ green 116 ◦ blue 171

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

Shades of Violet Blue #A674AB

Tints of Violet Blue #A674AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 36.64%
G = 25.61%
B = 37.75%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A674AB (or 0xA674AB) is known color: Violet Blue. HEX triplet: A6, 74 and AB. RGB value is (166,116,171). Sum of RGB (Red+Green+Blue) = 166+116+171=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A674AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A674AB is #598B54. Grayscale: #898989. Windows color (decimal): -5868373 or 11236518. OLE color: 11236518.

HSL color Cylindrical-coordinate representation of color #A674AB: hue angle of 294.55º degrees, saturation: 0.25, 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 #A674AB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 116 171 -
CMYK 0.03 0.32 0 0.33
HSL 294.55º 0.25% 0.56% -
HSV(B) 294.55º 0.32% 0.67% -
XYZ 29.32 23.54 41.53 -
YUV 137.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 166 116 171 0.03 0.32 0 0.33 294.55 0.25 0.56
Hex A6 74 AB 3 20 0 21 127 19 38
Octal 246 164 253 3 40 0 41 447 31 70
Binary 10100110 1110100 10101011 11 100000 0 100001 100100111 11001 111000

Color Harmonies of #A674AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674AB

Black with #A674AB

Text Example


Text Example

White with #A674AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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