Html Css Color HEX #A88EC4 East Side

📋 copy color: '#A88EC4'

red 168 ◦ green 142 ◦ blue 196

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

Shades of East Side #A88EC4

Tints of East Side #A88EC4

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

 GREEN value IS 142 (55.86% from 255) = 28.06%

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 33.2%
G = 28.06%
B = 38.74%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A88EC4 (or 0xA88EC4) is known color: East Side. HEX triplet: A8, 8E and C4. RGB value is (168,142,196). Sum of RGB (Red+Green+Blue) = 168+142+196=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #A88EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EC4 is #57713B. Grayscale: #9B9B9B. Windows color (decimal): -5730620 or 12881576. OLE color: 12881576.

HSL color Cylindrical-coordinate representation of color #A88EC4: hue angle of 268.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88EC4 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 142 196 -
CMYK 0.14 0.28 0 0.23
HSL 268.89º 0.31% 0.66% -
HSV(B) 268.89º 0.28% 0.77% -
XYZ 35.79 31.66 56.45 -
YUV 155.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 168 142 196 0.14 0.28 0 0.23 268.89 0.31 0.66
Hex A8 8E C4 E 1C 0 17 10D 1F 42
Octal 250 216 304 16 34 0 27 415 37 102
Binary 10101000 10001110 11000100 1110 11100 0 10111 100001101 11111 1000010

Color Harmonies of #A88EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EC4

Black with #A88EC4

Text Example


Text Example

White with #A88EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EC4; }

 p { color: rgb(168,142,196); }

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

background-color css

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

 a { background-color: rgb(168,142,196); }

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

border-color css

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

 span { border-color: rgb(168,142,196); }

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