Html Css Color HEX #A592A4 London Hue

📋 copy color: '#A592A4'

red 165 ◦ green 146 ◦ blue 164

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

Shades of London Hue #A592A4

Tints of London Hue #A592A4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.74%

 BLUE value IS 164 (64.45% from 255) = 34.53%

R = 34.74%
G = 30.74%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A592A4 (or 0xA592A4) is known color: London Hue. HEX triplet: A5, 92 and A4. RGB value is (165,146,164). Sum of RGB (Red+Green+Blue) = 165+146+164=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A592A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592A4 is #5A6D5B. Grayscale: #999999. Windows color (decimal): -5926236 or 10785445. OLE color: 10785445.

HSL color Cylindrical-coordinate representation of color #A592A4: hue angle of 303.16º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A592A4 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 164 -
CMYK 0 0.12 0.01 0.35
HSL 303.16º 0.1% 0.61% -
HSV(B) 303.16º 0.12% 0.65% -
XYZ 32.5 31.24 39.44 -
YUV 153.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 165 146 164 0 0.12 0.01 0.35 303.16 0.1 0.61
Hex A5 92 A4 0 C 1 23 12F A 3D
Octal 245 222 244 0 14 1 43 457 12 75
Binary 10100101 10010010 10100100 0 1100 1 100011 100101111 1010 111101

Color Harmonies of #A592A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A592A4

Black with #A592A4

Text Example


Text Example

White with #A592A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A592A4; }

 p { color: rgb(165,146,164); }

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

background-color css

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

 a { background-color: rgb(165,146,164); }

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

border-color css

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

 span { border-color: rgb(165,146,164); }

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