Html Css Color HEX #A5429C Violet Blue

📋 copy color: '#A5429C'

red 165 ◦ green 66 ◦ blue 156

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

Shades of Violet Blue #A5429C

Tints of Violet Blue #A5429C

RGB

 RED value IS 165 (64.84% from 255) = 42.64%

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

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

R = 42.64%
G = 17.05%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5429C (or 0xA5429C) is known color: Violet Blue. HEX triplet: A5, 42 and 9C. RGB value is (165,66,156). Sum of RGB (Red+Green+Blue) = 165+66+156=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5429C is #5ABD63. Grayscale: #696969. Windows color (decimal): -5946724 or 10240677. OLE color: 10240677.

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

Color convert

RGB 165 66 156 -
CMYK 0 0.60 0.05 0.35
HSL 305.45º 0.43% 0.45% -
HSV(B) 305.45º 0.6% 0.65% -
XYZ 23.47 14.3 32.98 -
YUV 105.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 165 66 156 0 0.60 0.05 0.35 305.45 0.43 0.45
Hex A5 42 9C 0 3C 5 23 131 2B 2D
Octal 245 102 234 0 74 5 43 461 53 55
Binary 10100101 1000010 10011100 0 111100 101 100011 100110001 101011 101101

Color Harmonies of #A5429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5429C

Black with #A5429C

Text Example


Text Example

White with #A5429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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