Html Css Color HEX #A672AA Violet Blue

📋 copy color: '#A672AA'

red 166 ◦ green 114 ◦ blue 170

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

Shades of Violet Blue #A672AA

Tints of Violet Blue #A672AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

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

R = 36.89%
G = 25.33%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A672AA (or 0xA672AA) is known color: Violet Blue. HEX triplet: A6, 72 and AA. RGB value is (166,114,170). Sum of RGB (Red+Green+Blue) = 166+114+170=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A672AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AA is #598D55. Grayscale: #878787. Windows color (decimal): -5868886 or 11170470. OLE color: 11170470.

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

Color convert

RGB 166 114 170 -
CMYK 0.02 0.33 0 0.33
HSL 295.71º 0.25% 0.56% -
HSV(B) 295.71º 0.33% 0.67% -
XYZ 29 23.04 40.95 -
YUV 135.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 166 114 170 0.02 0.33 0 0.33 295.71 0.25 0.56
Hex A6 72 AA 2 21 0 21 128 19 38
Octal 246 162 252 2 41 0 41 450 31 70
Binary 10100110 1110010 10101010 10 100001 0 100001 100101000 11001 111000

Color Harmonies of #A672AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672AA

Black with #A672AA

Text Example


Text Example

White with #A672AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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