Html Css Color HEX #A5689D Violet Blue

📋 copy color: '#A5689D'

red 165 ◦ green 104 ◦ blue 157

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

Shades of Violet Blue #A5689D

Tints of Violet Blue #A5689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.41%

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

R = 38.73%
G = 24.41%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5689D (or 0xA5689D) is known color: Violet Blue. HEX triplet: A5, 68 and 9D. RGB value is (165,104,157). Sum of RGB (Red+Green+Blue) = 165+104+157=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5689D is #5A9762. Grayscale: #808080. Windows color (decimal): -5936995 or 10315941. OLE color: 10315941.

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

Color convert

RGB 165 104 157 -
CMYK 0 0.37 0.05 0.35
HSL 307.87º 0.25% 0.53% -
HSV(B) 307.87º 0.37% 0.65% -
XYZ 26.55 20.33 34.42 -
YUV 128.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 165 104 157 0 0.37 0.05 0.35 307.87 0.25 0.53
Hex A5 68 9D 0 25 5 23 134 19 35
Octal 245 150 235 0 45 5 43 464 31 65
Binary 10100101 1101000 10011101 0 100101 101 100011 100110100 11001 110101

Color Harmonies of #A5689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5689D

Black with #A5689D

Text Example


Text Example

White with #A5689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5689D; }

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

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

background-color css

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

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

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

border-color css

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

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

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