Html Css Color HEX #A68CBE East Side

📋 copy color: '#A68CBE'

red 166 ◦ green 140 ◦ blue 190

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

Shades of East Side #A68CBE

Tints of East Side #A68CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.23%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 33.47%
G = 28.23%
B = 38.31%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A68CBE (or 0xA68CBE) is known color: East Side. HEX triplet: A6, 8C and BE. RGB value is (166,140,190). Sum of RGB (Red+Green+Blue) = 166+140+190=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A68CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBE is #597341. Grayscale: #999999. Windows color (decimal): -5862210 or 12487846. OLE color: 12487846.

HSL color Cylindrical-coordinate representation of color #A68CBE: hue angle of 271.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A68CBE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 140 190 -
CMYK 0.13 0.26 0 0.25
HSL 271.2º 0.28% 0.65% -
HSV(B) 271.2º 0.26% 0.75% -
XYZ 34.4 30.58 52.8 -
YUV 153.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 166 140 190 0.13 0.26 0 0.25 271.2 0.28 0.65
Hex A6 8C BE D 1A 0 19 10F 1C 41
Octal 246 214 276 15 32 0 31 417 34 101
Binary 10100110 10001100 10111110 1101 11010 0 11001 100001111 11100 1000001

Color Harmonies of #A68CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CBE

Black with #A68CBE

Text Example


Text Example

White with #A68CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CBE; }

 p { color: rgb(166,140,190); }

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

background-color css

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

 a { background-color: rgb(166,140,190); }

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

border-color css

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

 span { border-color: rgb(166,140,190); }

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