Html Css Color HEX #A58ABE East Side

📋 copy color: '#A58ABE'

red 165 ◦ green 138 ◦ blue 190

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

Shades of East Side #A58ABE

Tints of East Side #A58ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 33.47%
G = 27.99%
B = 38.54%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58ABE (or 0xA58ABE) is known color: East Side. HEX triplet: A5, 8A and BE. RGB value is (165,138,190). Sum of RGB (Red+Green+Blue) = 165+138+190=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A58ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ABE is #5A7541. Grayscale: #979797. Windows color (decimal): -5928258 or 12487333. OLE color: 12487333.

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

Color convert

RGB 165 138 190 -
CMYK 0.13 0.27 0 0.25
HSL 271.15º 0.29% 0.64% -
HSV(B) 271.15º 0.27% 0.75% -
XYZ 33.9 29.89 52.7 -
YUV 152 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 165 138 190 0.13 0.27 0 0.25 271.15 0.29 0.64
Hex A5 8A BE D 1B 0 19 10F 1D 40
Octal 245 212 276 15 33 0 31 417 35 100
Binary 10100101 10001010 10111110 1101 11011 0 11001 100001111 11101 1000000

Color Harmonies of #A58ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ABE

Black with #A58ABE

Text Example


Text Example

White with #A58ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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