Html Css Color HEX #A58ABC East Side

📋 copy color: '#A58ABC'

red 165 ◦ green 138 ◦ blue 188

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

Shades of East Side #A58ABC

Tints of East Side #A58ABC

RGB

 RED value IS 165 (64.84% from 255) = 33.6%

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

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

R = 33.6%
G = 28.11%
B = 38.29%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A58ABC (or 0xA58ABC) is known color: East Side. HEX triplet: A5, 8A and BC. RGB value is (165,138,188). Sum of RGB (Red+Green+Blue) = 165+138+188=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #A58ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ABC is #5A7543. Grayscale: #979797. Windows color (decimal): -5928260 or 12356261. OLE color: 12356261.

HSL color Cylindrical-coordinate representation of color #A58ABC: hue angle of 272.4º 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 #A58ABC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 138 188 -
CMYK 0.12 0.27 0 0.26
HSL 272.4º 0.27% 0.64% -
HSV(B) 272.4º 0.27% 0.74% -
XYZ 33.68 29.81 51.56 -
YUV 151.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 165 138 188 0.12 0.27 0 0.26 272.4 0.27 0.64
Hex A5 8A BC C 1B 0 1A 110 1B 40
Octal 245 212 274 14 33 0 32 420 33 100
Binary 10100101 10001010 10111100 1100 11011 0 11010 100010000 11011 1000000

Color Harmonies of #A58ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ABC

Black with #A58ABC

Text Example


Text Example

White with #A58ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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