Html Css Color HEX #A671AB Violet Blue

📋 copy color: '#A671AB'

red 166 ◦ green 113 ◦ blue 171

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

Shades of Violet Blue #A671AB

Tints of Violet Blue #A671AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.11%

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

R = 36.89%
G = 25.11%
B = 38%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A671AB (or 0xA671AB) is known color: Violet Blue. HEX triplet: A6, 71 and AB. RGB value is (166,113,171). Sum of RGB (Red+Green+Blue) = 166+113+171=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A671AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A671AB is #598E54. Grayscale: #878787. Windows color (decimal): -5869141 or 11235750. OLE color: 11235750.

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

Color convert

RGB 166 113 171 -
CMYK 0.03 0.34 0 0.33
HSL 294.83º 0.26% 0.56% -
HSV(B) 294.83º 0.34% 0.67% -
XYZ 28.98 22.86 41.41 -
YUV 135.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 166 113 171 0.03 0.34 0 0.33 294.83 0.26 0.56
Hex A6 71 AB 3 22 0 21 127 1A 38
Octal 246 161 253 3 42 0 41 447 32 70
Binary 10100110 1110001 10101011 11 100010 0 100001 100100111 11010 111000

Color Harmonies of #A671AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671AB

Black with #A671AB

Text Example


Text Example

White with #A671AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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