Html Css Color HEX #A68BAF East Side

📋 copy color: '#A68BAF'

red 166 ◦ green 139 ◦ blue 175

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

Shades of East Side #A68BAF

Tints of East Side #A68BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.96%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 34.58%
G = 28.96%
B = 36.46%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A68BAF (or 0xA68BAF) is known color: East Side. HEX triplet: A6, 8B and AF. RGB value is (166,139,175). Sum of RGB (Red+Green+Blue) = 166+139+175=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #A68BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAF is #597450. Grayscale: #979797. Windows color (decimal): -5862481 or 11504550. OLE color: 11504550.

HSL color Cylindrical-coordinate representation of color #A68BAF: hue angle of 285º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68BAF is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 139 175 -
CMYK 0.05 0.21 0 0.31
HSL 285º 0.18% 0.62% -
HSV(B) 285º 0.21% 0.69% -
XYZ 32.7 29.67 44.56 -
YUV 151.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 166 139 175 0.05 0.21 0 0.31 285 0.18 0.62
Hex A6 8B AF 5 15 0 1F 11D 12 3E
Octal 246 213 257 5 25 0 37 435 22 76
Binary 10100110 10001011 10101111 101 10101 0 11111 100011101 10010 111110

Color Harmonies of #A68BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68BAF

Black with #A68BAF

Text Example


Text Example

White with #A68BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68BAF; }

 p { color: rgb(166,139,175); }

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

background-color css

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

 a { background-color: rgb(166,139,175); }

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

border-color css

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

 span { border-color: rgb(166,139,175); }

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