Html Css Color HEX #A5699B Violet Blue

📋 copy color: '#A5699B'

red 165 ◦ green 105 ◦ blue 155

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

Shades of Violet Blue #A5699B

Tints of Violet Blue #A5699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

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

R = 38.82%
G = 24.71%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5699B (or 0xA5699B) is known color: Violet Blue. HEX triplet: A5, 69 and 9B. RGB value is (165,105,155). Sum of RGB (Red+Green+Blue) = 165+105+155=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5699B is #5A9664. Grayscale: #808080. Windows color (decimal): -5936741 or 10185125. OLE color: 10185125.

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

Color convert

RGB 165 105 155 -
CMYK 0 0.36 0.06 0.35
HSL 310º 0.25% 0.53% -
HSV(B) 310º 0.36% 0.65% -
XYZ 26.49 20.47 33.57 -
YUV 128.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 165 105 155 0 0.36 0.06 0.35 310 0.25 0.53
Hex A5 69 9B 0 24 6 23 136 19 35
Octal 245 151 233 0 44 6 43 466 31 65
Binary 10100101 1101001 10011011 0 100100 110 100011 100110110 11001 110101

Color Harmonies of #A5699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5699B

Black with #A5699B

Text Example


Text Example

White with #A5699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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