Html Css Color HEX #A5639B Violet Blue

📋 copy color: '#A5639B'

red 165 ◦ green 99 ◦ blue 155

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

Shades of Violet Blue #A5639B

Tints of Violet Blue #A5639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 39.38%
G = 23.63%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5639B (or 0xA5639B) is known color: Violet Blue. HEX triplet: A5, 63 and 9B. RGB value is (165,99,155). Sum of RGB (Red+Green+Blue) = 165+99+155=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5639B is #5A9C64. Grayscale: #7C7C7C. Windows color (decimal): -5938277 or 10183589. OLE color: 10183589.

HSL color Cylindrical-coordinate representation of color #A5639B: hue angle of 309.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5639B is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 155 -
CMYK 0 0.40 0.06 0.35
HSL 309.09º 0.27% 0.52% -
HSV(B) 309.09º 0.4% 0.65% -
XYZ 25.9 19.29 33.37 -
YUV 125.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 165 99 155 0 0.40 0.06 0.35 309.09 0.27 0.52
Hex A5 63 9B 0 28 6 23 135 1B 34
Octal 245 143 233 0 50 6 43 465 33 64
Binary 10100101 1100011 10011011 0 101000 110 100011 100110101 11011 110100

Color Harmonies of #A5639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5639B

Black with #A5639B

Text Example


Text Example

White with #A5639B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5639B; }

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

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

background-color css

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

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

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

border-color css

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

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

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