Html Css Color HEX #A4629B Violet Blue

📋 copy color: '#A4629B'

red 164 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #A4629B

Tints of Violet Blue #A4629B

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 39.33%
G = 23.5%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4629B (or 0xA4629B) is known color: Violet Blue. HEX triplet: A4, 62 and 9B. RGB value is (164,98,155). Sum of RGB (Red+Green+Blue) = 164+98+155=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4629B is #5B9D64. Grayscale: #7C7C7C. Windows color (decimal): -6004069 or 10183332. OLE color: 10183332.

HSL color Cylindrical-coordinate representation of color #A4629B: hue angle of 308.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4629B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 155 -
CMYK 0 0.40 0.05 0.36
HSL 308.18º 0.27% 0.51% -
HSV(B) 308.18º 0.4% 0.64% -
XYZ 25.59 18.99 33.33 -
YUV 124.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 164 98 155 0 0.40 0.05 0.36 308.18 0.27 0.51
Hex A4 62 9B 0 28 5 24 134 1B 33
Octal 244 142 233 0 50 5 44 464 33 63
Binary 10100100 1100010 10011011 0 101000 101 100100 100110100 11011 110011

Color Harmonies of #A4629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4629B

Black with #A4629B

Text Example


Text Example

White with #A4629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4629B; }

 p { color: rgb(164,98,155); }

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

background-color css

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

 a { background-color: rgb(164,98,155); }

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

border-color css

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

 span { border-color: rgb(164,98,155); }

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