Html Css Color HEX #A582A5 London Hue

📋 copy color: '#A582A5'

red 165 ◦ green 130 ◦ blue 165

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

Shades of London Hue #A582A5

Tints of London Hue #A582A5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 35.87%
G = 28.26%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A582A5 (or 0xA582A5) is known color: London Hue. HEX triplet: A5, 82 and A5. RGB value is (165,130,165). Sum of RGB (Red+Green+Blue) = 165+130+165=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 165 - color contains mainly: red, blue. Hex color #A582A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582A5 is #5A7D5A. Grayscale: #909090. Windows color (decimal): -5930331 or 10846885. OLE color: 10846885.

HSL color Cylindrical-coordinate representation of color #A582A5: hue angle of 300º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A582A5 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 130 165 -
CMYK 0 0.21 0 0.35
HSL 300º 0.16% 0.58% -
HSV(B) 300º 0.21% 0.65% -
XYZ 30.29 26.68 39.15 -
YUV 144.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 165 130 165 0 0.21 0 0.35 300 0.16 0.58
Hex A5 82 A5 0 15 0 23 12C 10 3A
Octal 245 202 245 0 25 0 43 454 20 72
Binary 10100101 10000010 10100101 0 10101 0 100011 100101100 10000 111010

Color Harmonies of #A582A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582A5

Black with #A582A5

Text Example


Text Example

White with #A582A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582A5; }

 p { color: rgb(165,130,165); }

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

background-color css

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

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

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

border-color css

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

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

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