Html Css Color HEX #A5679D Violet Blue

📋 copy color: '#A5679D'

red 165 ◦ green 103 ◦ blue 157

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

Shades of Violet Blue #A5679D

Tints of Violet Blue #A5679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.24%

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 38.82%
G = 24.24%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5679D (or 0xA5679D) is known color: Violet Blue. HEX triplet: A5, 67 and 9D. RGB value is (165,103,157). Sum of RGB (Red+Green+Blue) = 165+103+157=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5679D is #5A9862. Grayscale: #7F7F7F. Windows color (decimal): -5937251 or 10315685. OLE color: 10315685.

HSL color Cylindrical-coordinate representation of color #A5679D: hue angle of 307.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5679D is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 157 -
CMYK 0 0.38 0.05 0.35
HSL 307.74º 0.26% 0.53% -
HSV(B) 307.74º 0.38% 0.65% -
XYZ 26.45 20.13 34.39 -
YUV 127.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 165 103 157 0 0.38 0.05 0.35 307.74 0.26 0.53
Hex A5 67 9D 0 26 5 23 134 1A 35
Octal 245 147 235 0 46 5 43 464 32 65
Binary 10100101 1100111 10011101 0 100110 101 100011 100110100 11010 110101

Color Harmonies of #A5679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5679D

Black with #A5679D

Text Example


Text Example

White with #A5679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5679D; }

 p { color: rgb(165,103,157); }

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

background-color css

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

 a { background-color: rgb(165,103,157); }

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

border-color css

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

 span { border-color: rgb(165,103,157); }

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