Html Css Color HEX #A58ABF East Side

📋 copy color: '#A58ABF'

red 165 ◦ green 138 ◦ blue 191

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

Shades of East Side #A58ABF

Tints of East Side #A58ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.66%

R = 33.4%
G = 27.94%
B = 38.66%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A58ABF (or 0xA58ABF) is known color: East Side. HEX triplet: A5, 8A and BF. RGB value is (165,138,191). Sum of RGB (Red+Green+Blue) = 165+138+191=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A58ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ABF is #5A7540. Grayscale: #979797. Windows color (decimal): -5928257 or 12552869. OLE color: 12552869.

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

Color convert

RGB 165 138 191 -
CMYK 0.14 0.28 0 0.25
HSL 270.57º 0.29% 0.65% -
HSV(B) 270.57º 0.28% 0.75% -
XYZ 34.01 29.94 53.28 -
YUV 152.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 165 138 191 0.14 0.28 0 0.25 270.57 0.29 0.65
Hex A5 8A BF E 1C 0 19 10F 1D 41
Octal 245 212 277 16 34 0 31 417 35 101
Binary 10100101 10001010 10111111 1110 11100 0 11001 100001111 11101 1000001

Color Harmonies of #A58ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58ABF

Black with #A58ABF

Text Example


Text Example

White with #A58ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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