Html Css Color HEX #A595A8 London Hue

📋 copy color: '#A595A8'

red 165 ◦ green 149 ◦ blue 168

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

Shades of London Hue #A595A8

Tints of London Hue #A595A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 34.23%
G = 30.91%
B = 34.85%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A595A8 (or 0xA595A8) is known color: London Hue. HEX triplet: A5, 95 and A8. RGB value is (165,149,168). Sum of RGB (Red+Green+Blue) = 165+149+168=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 168 - color contains mainly: blue. Hex color #A595A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A595A8 is #5A6A57. Grayscale: #9B9B9B. Windows color (decimal): -5925464 or 11048357. OLE color: 11048357.

HSL color Cylindrical-coordinate representation of color #A595A8: hue angle of 290.53º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A595A8 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 149 168 -
CMYK 0.02 0.11 0 0.34
HSL 290.53º 0.1% 0.62% -
HSV(B) 290.53º 0.11% 0.66% -
XYZ 33.33 32.32 41.53 -
YUV 155.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 165 149 168 0.02 0.11 0 0.34 290.53 0.1 0.62
Hex A5 95 A8 2 B 0 22 123 A 3E
Octal 245 225 250 2 13 0 42 443 12 76
Binary 10100101 10010101 10101000 10 1011 0 100010 100100011 1010 111110

Color Harmonies of #A595A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A595A8

Black with #A595A8

Text Example


Text Example

White with #A595A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A595A8; }

 p { color: rgb(165,149,168); }

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

background-color css

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

 a { background-color: rgb(165,149,168); }

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

border-color css

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

 span { border-color: rgb(165,149,168); }

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