Html Css Color HEX #A47BA2 Violet Blue

📋 copy color: '#A47BA2'

red 164 ◦ green 123 ◦ blue 162

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

Shades of Violet Blue #A47BA2

Tints of Violet Blue #A47BA2

RGB

 RED value IS 164 (64.45% from 255) = 36.53%

 GREEN value IS 123 (48.44% from 255) = 27.39%

 BLUE value IS 162 (63.67% from 255) = 36.08%

R = 36.53%
G = 27.39%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A47BA2 (or 0xA47BA2) is known color: Violet Blue. HEX triplet: A4, 7B and A2. RGB value is (164,123,162). Sum of RGB (Red+Green+Blue) = 164+123+162=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A47BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BA2 is #5B845D. Grayscale: #8B8B8B. Windows color (decimal): -5997662 or 10648484. OLE color: 10648484.

HSL color Cylindrical-coordinate representation of color #A47BA2: hue angle of 302.93º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47BA2 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 162 -
CMYK 0 0.25 0.01 0.36
HSL 302.93º 0.18% 0.56% -
HSV(B) 302.93º 0.25% 0.64% -
XYZ 28.91 24.67 37.42 -
YUV 139.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 164 123 162 0 0.25 0.01 0.36 302.93 0.18 0.56
Hex A4 7B A2 0 19 1 24 12F 12 38
Octal 244 173 242 0 31 1 44 457 22 70
Binary 10100100 1111011 10100010 0 11001 1 100100 100101111 10010 111000

Color Harmonies of #A47BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BA2

Black with #A47BA2

Text Example


Text Example

White with #A47BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BA2; }

 p { color: rgb(164,123,162); }

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

background-color css

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

 a { background-color: rgb(164,123,162); }

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

border-color css

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

 span { border-color: rgb(164,123,162); }

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