#A67BBC

Color #A67BBC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A67BBC

Tints of East Side #A67BBC

Color information

#A67BBC (or 0xA67BBC) is unknown color: approx East Side. HEX triplet: A6, 7B and BC. RGB value is (166,123,188). Sum of RGB (Red+Green+Blue) = 166+123+188=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #A67BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BBC is #598443. Grayscale: #8F8F8F. Windows color (decimal): -5866564 or 12352422. OLE color: 12352422.

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

Color convert

RGB166123188-
CMYK0.120.3500.26
HSL279.69º32.66%60.98%-
HSV(B)279.69º34.57%73.73%-
XYZ31.8925.950.9-
YUV143.27153.25144.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=34.80%
G=25.79%
B=39.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661231880.120.3500.26279.6932.6660.98
HexA67BBCC2301A118213d
Octal24617327414430324304175
Binary101001101111011101111001100100011011010100011000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BBC; }

 p { color: rgb(166,123,188); }

 H1.HeaderClassName
 {
   color: #A67BBC;
 }
 .AnyTagClassName
 {
   color: #A67BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(166,123,188); }

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

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

 span { border-color: rgb(166,123,188); }

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