Html Css Color HEX #A672AB Violet Blue

📋 copy color: '#A672AB'

red 166 ◦ green 114 ◦ blue 171

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

Shades of Violet Blue #A672AB

Tints of Violet Blue #A672AB

RGB

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

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

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

R = 36.81%
G = 25.28%
B = 37.92%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A672AB (or 0xA672AB) is known color: Violet Blue. HEX triplet: A6, 72 and AB. RGB value is (166,114,171). Sum of RGB (Red+Green+Blue) = 166+114+171=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A672AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A672AB is #598D54. Grayscale: #878787. Windows color (decimal): -5868885 or 11236006. OLE color: 11236006.

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

Color convert

RGB 166 114 171 -
CMYK 0.03 0.33 0 0.33
HSL 294.74º 0.25% 0.56% -
HSV(B) 294.74º 0.33% 0.67% -
XYZ 29.09 23.08 41.45 -
YUV 136.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 166 114 171 0.03 0.33 0 0.33 294.74 0.25 0.56
Hex A6 72 AB 3 21 0 21 127 19 38
Octal 246 162 253 3 41 0 41 447 31 70
Binary 10100110 1110010 10101011 11 100001 0 100001 100100111 11001 111000

Color Harmonies of #A672AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672AB

Black with #A672AB

Text Example


Text Example

White with #A672AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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