Html Css Color HEX #A5689A Violet Blue

📋 copy color: '#A5689A'

red 165 ◦ green 104 ◦ blue 154

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

Shades of Violet Blue #A5689A

Tints of Violet Blue #A5689A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 39.01%
G = 24.59%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5689A (or 0xA5689A) is known color: Violet Blue. HEX triplet: A5, 68 and 9A. RGB value is (165,104,154). Sum of RGB (Red+Green+Blue) = 165+104+154=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5689A is #5A9765. Grayscale: #7F7F7F. Windows color (decimal): -5936998 or 10119333. OLE color: 10119333.

HSL color Cylindrical-coordinate representation of color #A5689A: hue angle of 310.82º 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 #A5689A is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 154 -
CMYK 0 0.37 0.07 0.35
HSL 310.82º 0.25% 0.53% -
HSV(B) 310.82º 0.37% 0.65% -
XYZ 26.3 20.23 33.09 -
YUV 127.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 165 104 154 0 0.37 0.07 0.35 310.82 0.25 0.53
Hex A5 68 9A 0 25 7 23 137 19 35
Octal 245 150 232 0 45 7 43 467 31 65
Binary 10100101 1101000 10011010 0 100101 111 100011 100110111 11001 110101

Color Harmonies of #A5689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5689A

Black with #A5689A

Text Example


Text Example

White with #A5689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5689A; }

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

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

background-color css

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

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

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

border-color css

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

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

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