Html Css Color HEX #A5699D Violet Blue

📋 copy color: '#A5699D'

red 165 ◦ green 105 ◦ blue 157

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

Shades of Violet Blue #A5699D

Tints of Violet Blue #A5699D

RGB

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

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

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

R = 38.64%
G = 24.59%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5699D (or 0xA5699D) is known color: Violet Blue. HEX triplet: A5, 69 and 9D. RGB value is (165,105,157). Sum of RGB (Red+Green+Blue) = 165+105+157=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5699D is #5A9662. Grayscale: #808080. Windows color (decimal): -5936739 or 10316197. OLE color: 10316197.

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

Color convert

RGB 165 105 157 -
CMYK 0 0.36 0.05 0.35
HSL 308º 0.25% 0.53% -
HSV(B) 308º 0.36% 0.65% -
XYZ 26.65 20.54 34.46 -
YUV 128.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 165 105 157 0 0.36 0.05 0.35 308 0.25 0.53
Hex A5 69 9D 0 24 5 23 134 19 35
Octal 245 151 235 0 44 5 43 464 31 65
Binary 10100101 1101001 10011101 0 100100 101 100011 100110100 11001 110101

Color Harmonies of #A5699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5699D

Black with #A5699D

Text Example


Text Example

White with #A5699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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