Html Css Color HEX #A67CA4 London Hue

📋 copy color: '#A67CA4'

red 166 ◦ green 124 ◦ blue 164

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

Shades of London Hue #A67CA4

Tints of London Hue #A67CA4

RGB

 RED value IS 166 (65.23% from 255) = 36.56%

 GREEN value IS 124 (48.83% from 255) = 27.31%

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

R = 36.56%
G = 27.31%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A67CA4 (or 0xA67CA4) is known color: London Hue. HEX triplet: A6, 7C and A4. RGB value is (166,124,164). Sum of RGB (Red+Green+Blue) = 166+124+164=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A67CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CA4 is #59835B. Grayscale: #8D8D8D. Windows color (decimal): -5866332 or 10779814. OLE color: 10779814.

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

Color convert

RGB 166 124 164 -
CMYK 0 0.25 0.01 0.35
HSL 302.86º 0.19% 0.57% -
HSV(B) 302.86º 0.25% 0.65% -
XYZ 29.63 25.2 38.42 -
YUV 141.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 166 124 164 0 0.25 0.01 0.35 302.86 0.19 0.57
Hex A6 7C A4 0 19 1 23 12F 13 39
Octal 246 174 244 0 31 1 43 457 23 71
Binary 10100110 1111100 10100100 0 11001 1 100011 100101111 10011 111001

Color Harmonies of #A67CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CA4

Black with #A67CA4

Text Example


Text Example

White with #A67CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CA4; }

 p { color: rgb(166,124,164); }

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

background-color css

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

 a { background-color: rgb(166,124,164); }

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

border-color css

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

 span { border-color: rgb(166,124,164); }

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