Html Css Color HEX #A88DC6 East Side

📋 copy color: '#A88DC6'

red 168 ◦ green 141 ◦ blue 198

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

Shades of East Side #A88DC6

Tints of East Side #A88DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.81%

 BLUE value IS 198 (77.73% from 255) = 39.05%

R = 33.14%
G = 27.81%
B = 39.05%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A88DC6 (or 0xA88DC6) is known color: East Side. HEX triplet: A8, 8D and C6. RGB value is (168,141,198). Sum of RGB (Red+Green+Blue) = 168+141+198=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #A88DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DC6 is #577239. Grayscale: #9B9B9B. Windows color (decimal): -5730874 or 13012392. OLE color: 13012392.

HSL color Cylindrical-coordinate representation of color #A88DC6: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88DC6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 141 198 -
CMYK 0.15 0.29 0 0.22
HSL 268.42º 0.33% 0.66% -
HSV(B) 268.42º 0.29% 0.78% -
XYZ 35.87 31.45 57.61 -
YUV 155.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 168 141 198 0.15 0.29 0 0.22 268.42 0.33 0.66
Hex A8 8D C6 F 1D 0 16 10C 21 42
Octal 250 215 306 17 35 0 26 414 41 102
Binary 10101000 10001101 11000110 1111 11101 0 10110 100001100 100001 1000010

Color Harmonies of #A88DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88DC6

Black with #A88DC6

Text Example


Text Example

White with #A88DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88DC6; }

 p { color: rgb(168,141,198); }

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

background-color css

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

 a { background-color: rgb(168,141,198); }

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

border-color css

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

 span { border-color: rgb(168,141,198); }

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