Html Css Color HEX #A5429B Violet Blue

📋 copy color: '#A5429B'

red 165 ◦ green 66 ◦ blue 155

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

Shades of Violet Blue #A5429B

Tints of Violet Blue #A5429B

RGB

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

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

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

R = 42.75%
G = 17.1%
B = 40.16%

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

#A5429B (or 0xA5429B) is known color: Violet Blue. HEX triplet: A5, 42 and 9B. RGB value is (165,66,155). Sum of RGB (Red+Green+Blue) = 165+66+155=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5429B is #5ABD64. Grayscale: #696969. Windows color (decimal): -5946725 or 10175141. OLE color: 10175141.

HSL color Cylindrical-coordinate representation of color #A5429B: hue angle of 306.06º 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 #A5429B is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 155 -
CMYK 0 0.60 0.06 0.35
HSL 306.06º 0.43% 0.45% -
HSV(B) 306.06º 0.6% 0.65% -
XYZ 23.38 14.26 32.53 -
YUV 105.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 165 66 155 0 0.60 0.06 0.35 306.06 0.43 0.45
Hex A5 42 9B 0 3C 6 23 132 2B 2D
Octal 245 102 233 0 74 6 43 462 53 55
Binary 10100101 1000010 10011011 0 111100 110 100011 100110010 101011 101101

Color Harmonies of #A5429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5429B

Black with #A5429B

Text Example


Text Example

White with #A5429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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