Html Css Color HEX #A3629B Violet Blue

📋 copy color: '#A3629B'

red 163 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #A3629B

Tints of Violet Blue #A3629B

RGB

 RED value IS 163 (64.06% from 255) = 39.18%

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

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

R = 39.18%
G = 23.56%
B = 37.26%

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

#A3629B (or 0xA3629B) is known color: Violet Blue. HEX triplet: A3, 62 and 9B. RGB value is (163,98,155). Sum of RGB (Red+Green+Blue) = 163+98+155=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3629B is #5C9D64. Grayscale: #7B7B7B. Windows color (decimal): -6069605 or 10183331. OLE color: 10183331.

HSL color Cylindrical-coordinate representation of color #A3629B: hue angle of 307.38º degrees, saturation: 0.26, 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 #A3629B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 98 155 -
CMYK 0 0.40 0.05 0.36
HSL 307.38º 0.26% 0.51% -
HSV(B) 307.38º 0.4% 0.64% -
XYZ 25.39 18.89 33.32 -
YUV 123.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 163 98 155 0 0.40 0.05 0.36 307.38 0.26 0.51
Hex A3 62 9B 0 28 5 24 133 1A 33
Octal 243 142 233 0 50 5 44 463 32 63
Binary 10100011 1100010 10011011 0 101000 101 100100 100110011 11010 110011

Color Harmonies of #A3629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3629B

Black with #A3629B

Text Example


Text Example

White with #A3629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3629B; }

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

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

background-color css

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

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

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

border-color css

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

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

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