Html Css Color HEX #A8429C Violet Blue

📋 copy color: '#A8429C'

red 168 ◦ green 66 ◦ blue 156

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

Shades of Violet Blue #A8429C

Tints of Violet Blue #A8429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 43.08%
G = 16.92%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8429C (or 0xA8429C) is known color: Violet Blue. HEX triplet: A8, 42 and 9C. RGB value is (168,66,156). Sum of RGB (Red+Green+Blue) = 168+66+156=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8429C is #57BD63. Grayscale: #6A6A6A. Windows color (decimal): -5750116 or 10240680. OLE color: 10240680.

HSL color Cylindrical-coordinate representation of color #A8429C: hue angle of 307.06º 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 #A8429C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 156 -
CMYK 0 0.61 0.07 0.34
HSL 307.06º 0.44% 0.46% -
HSV(B) 307.06º 0.61% 0.66% -
XYZ 24.1 14.62 33 -
YUV 106.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 168 66 156 0 0.61 0.07 0.34 307.06 0.44 0.46
Hex A8 42 9C 0 3D 7 22 133 2C 2E
Octal 250 102 234 0 75 7 42 463 54 56
Binary 10101000 1000010 10011100 0 111101 111 100010 100110011 101100 101110

Color Harmonies of #A8429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8429C

Black with #A8429C

Text Example


Text Example

White with #A8429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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