Html Css Color HEX #A5669D Violet Blue

📋 copy color: '#A5669D'

red 165 ◦ green 102 ◦ blue 157

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

Shades of Violet Blue #A5669D

Tints of Violet Blue #A5669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

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

R = 38.92%
G = 24.06%
B = 37.03%

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

#A5669D (or 0xA5669D) is known color: Violet Blue. HEX triplet: A5, 66 and 9D. RGB value is (165,102,157). Sum of RGB (Red+Green+Blue) = 165+102+157=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5669D is #5A9962. Grayscale: #7E7E7E. Windows color (decimal): -5937507 or 10315429. OLE color: 10315429.

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

Color convert

RGB 165 102 157 -
CMYK 0 0.38 0.05 0.35
HSL 307.62º 0.26% 0.52% -
HSV(B) 307.62º 0.38% 0.65% -
XYZ 26.35 19.94 34.36 -
YUV 127.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 165 102 157 0 0.38 0.05 0.35 307.62 0.26 0.52
Hex A5 66 9D 0 26 5 23 134 1A 34
Octal 245 146 235 0 46 5 43 464 32 64
Binary 10100101 1100110 10011101 0 100110 101 100011 100110100 11010 110100

Color Harmonies of #A5669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5669D

Black with #A5669D

Text Example


Text Example

White with #A5669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5669D; }

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

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

background-color css

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

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

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

border-color css

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

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

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