Html Css Color HEX #A5429F Violet Blue

📋 copy color: '#A5429F'

red 165 ◦ green 66 ◦ blue 159

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

Shades of Violet Blue #A5429F

Tints of Violet Blue #A5429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 42.31%
G = 16.92%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5429F (or 0xA5429F) is known color: Violet Blue. HEX triplet: A5, 42 and 9F. RGB value is (165,66,159). Sum of RGB (Red+Green+Blue) = 165+66+159=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5429F is #5ABD60. Grayscale: #696969. Windows color (decimal): -5946721 or 10437285. OLE color: 10437285.

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

Color convert

RGB 165 66 159 -
CMYK 0 0.60 0.04 0.35
HSL 303.64º 0.43% 0.45% -
HSV(B) 303.64º 0.6% 0.65% -
XYZ 23.72 14.4 34.33 -
YUV 106.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 165 66 159 0 0.60 0.04 0.35 303.64 0.43 0.45
Hex A5 42 9F 0 3C 4 23 130 2B 2D
Octal 245 102 237 0 74 4 43 460 53 55
Binary 10100101 1000010 10011111 0 111100 100 100011 100110000 101011 101101

Color Harmonies of #A5429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5429F

Black with #A5429F

Text Example


Text Example

White with #A5429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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