Html Css Color HEX #A48ABC East Side

📋 copy color: '#A48ABC'

red 164 ◦ green 138 ◦ blue 188

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

Shades of East Side #A48ABC

Tints of East Side #A48ABC

RGB

 RED value IS 164 (64.45% from 255) = 33.47%

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 33.47%
G = 28.16%
B = 38.37%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A48ABC (or 0xA48ABC) is known color: East Side. HEX triplet: A4, 8A and BC. RGB value is (164,138,188). Sum of RGB (Red+Green+Blue) = 164+138+188=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #A48ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ABC is #5B7543. Grayscale: #979797. Windows color (decimal): -5993796 or 12356260. OLE color: 12356260.

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

Color convert

RGB 164 138 188 -
CMYK 0.13 0.27 0 0.26
HSL 271.2º 0.27% 0.64% -
HSV(B) 271.2º 0.27% 0.74% -
XYZ 33.48 29.7 51.55 -
YUV 151.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 164 138 188 0.13 0.27 0 0.26 271.2 0.27 0.64
Hex A4 8A BC D 1B 0 1A 10F 1B 40
Octal 244 212 274 15 33 0 32 417 33 100
Binary 10100100 10001010 10111100 1101 11011 0 11010 100001111 11011 1000000

Color Harmonies of #A48ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ABC

Black with #A48ABC

Text Example


Text Example

White with #A48ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ABC; }

 p { color: rgb(164,138,188); }

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

background-color css

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

 a { background-color: rgb(164,138,188); }

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

border-color css

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

 span { border-color: rgb(164,138,188); }

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