Html Css Color HEX #A7429D Violet Blue

📋 copy color: '#A7429D'

red 167 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #A7429D

Tints of Violet Blue #A7429D

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

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

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 42.82%
G = 16.92%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7429D (or 0xA7429D) is known color: Violet Blue. HEX triplet: A7, 42 and 9D. RGB value is (167,66,157). Sum of RGB (Red+Green+Blue) = 167+66+157=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7429D is #58BD62. Grayscale: #6A6A6A. Windows color (decimal): -5815651 or 10306215. OLE color: 10306215.

HSL color Cylindrical-coordinate representation of color #A7429D: hue angle of 305.94º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7429D is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 157 -
CMYK 0 0.60 0.06 0.35
HSL 305.94º 0.43% 0.46% -
HSV(B) 305.94º 0.6% 0.65% -
XYZ 23.97 14.55 33.44 -
YUV 106.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 167 66 157 0 0.60 0.06 0.35 305.94 0.43 0.46
Hex A7 42 9D 0 3C 6 23 132 2B 2E
Octal 247 102 235 0 74 6 43 462 53 56
Binary 10100111 1000010 10011101 0 111100 110 100011 100110010 101011 101110

Color Harmonies of #A7429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7429D

Black with #A7429D

Text Example


Text Example

White with #A7429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7429D; }

 p { color: rgb(167,66,157); }

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

background-color css

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

 a { background-color: rgb(167,66,157); }

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

border-color css

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

 span { border-color: rgb(167,66,157); }

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