Html Css Color HEX #A88BC4 East Side

📋 copy color: '#A88BC4'

red 168 ◦ green 139 ◦ blue 196

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

Shades of East Side #A88BC4

Tints of East Side #A88BC4

RGB

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

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

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

R = 33.4%
G = 27.63%
B = 38.97%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A88BC4 (or 0xA88BC4) is known color: East Side. HEX triplet: A8, 8B and C4. RGB value is (168,139,196). Sum of RGB (Red+Green+Blue) = 168+139+196=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #A88BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BC4 is #57743B. Grayscale: #999999. Windows color (decimal): -5731388 or 12880808. OLE color: 12880808.

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

Color convert

RGB 168 139 196 -
CMYK 0.14 0.29 0 0.23
HSL 270.53º 0.33% 0.66% -
HSV(B) 270.53º 0.29% 0.77% -
XYZ 35.34 30.78 56.3 -
YUV 154.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 168 139 196 0.14 0.29 0 0.23 270.53 0.33 0.66
Hex A8 8B C4 E 1D 0 17 10F 21 42
Octal 250 213 304 16 35 0 27 417 41 102
Binary 10101000 10001011 11000100 1110 11101 0 10111 100001111 100001 1000010

Color Harmonies of #A88BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BC4

Black with #A88BC4

Text Example


Text Example

White with #A88BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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