Html Css Color HEX #B4A1A7 Viola

📋 copy color: '#B4A1A7'

red 180 ◦ green 161 ◦ blue 167

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

Shades of Viola #B4A1A7

Tints of Viola #B4A1A7

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

 GREEN value IS 161 (63.28% from 255) = 31.69%

 BLUE value IS 167 (65.63% from 255) = 32.87%

R = 35.43%
G = 31.69%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B4A1A7 (or 0xB4A1A7) is known color: Viola. HEX triplet: B4, A1 and A7. RGB value is (180,161,167). Sum of RGB (Red+Green+Blue) = 180+161+167=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A1A7 is #4B5E58. Grayscale: #A7A7A7. Windows color (decimal): -4939353 or 10985908. OLE color: 10985908.

HSL color Cylindrical-coordinate representation of color #B4A1A7: hue angle of 341.05º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4A1A7 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 161 167 -
CMYK 0 0.11 0.07 0.29
HSL 341.05º 0.11% 0.67% -
HSV(B) 341.05º 0.11% 0.71% -
XYZ 38.54 37.98 41.86 -
YUV 167.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 180 161 167 0 0.11 0.07 0.29 341.05 0.11 0.67
Hex B4 A1 A7 0 B 7 1D 155 B 43
Octal 264 241 247 0 13 7 35 525 13 103
Binary 10110100 10100001 10100111 0 1011 111 11101 101010101 1011 1000011

Color Harmonies of #B4A1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A1A7

Black with #B4A1A7

Text Example


Text Example

White with #B4A1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A1A7; }

 p { color: rgb(180,161,167); }

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

background-color css

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

 a { background-color: rgb(180,161,167); }

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

border-color css

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

 span { border-color: rgb(180,161,167); }

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