Html Css Color HEX #A689C1 East Side

📋 copy color: '#A689C1'

red 166 ◦ green 137 ◦ blue 193

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

Shades of East Side #A689C1

Tints of East Side #A689C1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 33.47%
G = 27.62%
B = 38.91%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A689C1 (or 0xA689C1) is known color: East Side. HEX triplet: A6, 89 and C1. RGB value is (166,137,193). Sum of RGB (Red+Green+Blue) = 166+137+193=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #A689C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689C1 is #59763E. Grayscale: #979797. Windows color (decimal): -5862975 or 12683686. OLE color: 12683686.

HSL color Cylindrical-coordinate representation of color #A689C1: hue angle of 271.07º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A689C1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 137 193 -
CMYK 0.14 0.29 0 0.24
HSL 271.07º 0.31% 0.65% -
HSV(B) 271.07º 0.29% 0.76% -
XYZ 34.3 29.85 54.41 -
YUV 152.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 166 137 193 0.14 0.29 0 0.24 271.07 0.31 0.65
Hex A6 89 C1 E 1D 0 18 10F 1F 41
Octal 246 211 301 16 35 0 30 417 37 101
Binary 10100110 10001001 11000001 1110 11101 0 11000 100001111 11111 1000001

Color Harmonies of #A689C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689C1

Black with #A689C1

Text Example


Text Example

White with #A689C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689C1; }

 p { color: rgb(166,137,193); }

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

background-color css

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

 a { background-color: rgb(166,137,193); }

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

border-color css

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

 span { border-color: rgb(166,137,193); }

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