Html Css Color HEX #A8429B Violet Blue

📋 copy color: '#A8429B'

red 168 ◦ green 66 ◦ blue 155

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

Shades of Violet Blue #A8429B

Tints of Violet Blue #A8429B

RGB

 RED value IS 168 (66.02% from 255) = 43.19%

 GREEN value IS 66 (26.17% from 255) = 16.97%

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 43.19%
G = 16.97%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8429B (or 0xA8429B) is known color: Violet Blue. HEX triplet: A8, 42 and 9B. RGB value is (168,66,155). Sum of RGB (Red+Green+Blue) = 168+66+155=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8429B is #57BD64. Grayscale: #6A6A6A. Windows color (decimal): -5750117 or 10175144. OLE color: 10175144.

HSL color Cylindrical-coordinate representation of color #A8429B: hue angle of 307.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8429B is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 155 -
CMYK 0 0.61 0.08 0.34
HSL 307.65º 0.44% 0.46% -
HSV(B) 307.65º 0.61% 0.66% -
XYZ 24.01 14.59 32.56 -
YUV 106.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 168 66 155 0 0.61 0.08 0.34 307.65 0.44 0.46
Hex A8 42 9B 0 3D 8 22 134 2C 2E
Octal 250 102 233 0 75 10 42 464 54 56
Binary 10101000 1000010 10011011 0 111101 1000 100010 100110100 101100 101110

Color Harmonies of #A8429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8429B

Black with #A8429B

Text Example


Text Example

White with #A8429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8429B; }

 p { color: rgb(168,66,155); }

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

background-color css

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

 a { background-color: rgb(168,66,155); }

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

border-color css

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

 span { border-color: rgb(168,66,155); }

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