Html Css Color HEX #A482A5 London Hue

📋 copy color: '#A482A5'

red 164 ◦ green 130 ◦ blue 165

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

Shades of London Hue #A482A5

Tints of London Hue #A482A5

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

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

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

R = 35.73%
G = 28.32%
B = 35.95%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A482A5 (or 0xA482A5) is known color: London Hue. HEX triplet: A4, 82 and A5. RGB value is (164,130,165). Sum of RGB (Red+Green+Blue) = 164+130+165=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 165 - color contains mainly: blue. Hex color #A482A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A482A5 is #5B7D5A. Grayscale: #909090. Windows color (decimal): -5995867 or 10846884. OLE color: 10846884.

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

Color convert

RGB 164 130 165 -
CMYK 0.01 0.21 0 0.35
HSL 298.29º 0.16% 0.58% -
HSV(B) 298.29º 0.21% 0.65% -
XYZ 30.08 26.57 39.14 -
YUV 144.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 164 130 165 0.01 0.21 0 0.35 298.29 0.16 0.58
Hex A4 82 A5 1 15 0 23 12A 10 3A
Octal 244 202 245 1 25 0 43 452 20 72
Binary 10100100 10000010 10100101 1 10101 0 100011 100101010 10000 111010

Color Harmonies of #A482A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482A5

Black with #A482A5

Text Example


Text Example

White with #A482A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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