Html Css Color HEX #A87DA4 London Hue

📋 copy color: '#A87DA4'

red 168 ◦ green 125 ◦ blue 164

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

Shades of London Hue #A87DA4

Tints of London Hue #A87DA4

RGB

 RED value IS 168 (66.02% from 255) = 36.76%

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 36.76%
G = 27.35%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A87DA4 (or 0xA87DA4) is known color: London Hue. HEX triplet: A8, 7D and A4. RGB value is (168,125,164). Sum of RGB (Red+Green+Blue) = 168+125+164=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A87DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DA4 is #57825B. Grayscale: #8E8E8E. Windows color (decimal): -5735004 or 10780072. OLE color: 10780072.

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

Color convert

RGB 168 125 164 -
CMYK 0 0.26 0.02 0.34
HSL 305.58º 0.2% 0.57% -
HSV(B) 305.58º 0.26% 0.66% -
XYZ 30.18 25.67 38.49 -
YUV 142.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 168 125 164 0 0.26 0.02 0.34 305.58 0.2 0.57
Hex A8 7D A4 0 1A 2 22 132 14 39
Octal 250 175 244 0 32 2 42 462 24 71
Binary 10101000 1111101 10100100 0 11010 10 100010 100110010 10100 111001

Color Harmonies of #A87DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87DA4

Black with #A87DA4

Text Example


Text Example

White with #A87DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87DA4; }

 p { color: rgb(168,125,164); }

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

background-color css

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

 a { background-color: rgb(168,125,164); }

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

border-color css

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

 span { border-color: rgb(168,125,164); }

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