Html Css Color HEX #A582BD East Side

📋 copy color: '#A582BD'

red 165 ◦ green 130 ◦ blue 189

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

Shades of East Side #A582BD

Tints of East Side #A582BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.86%

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 34.09%
G = 26.86%
B = 39.05%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A582BD (or 0xA582BD) is known color: East Side. HEX triplet: A5, 82 and BD. RGB value is (165,130,189). Sum of RGB (Red+Green+Blue) = 165+130+189=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #A582BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BD is #5A7D42. Grayscale: #929292. Windows color (decimal): -5930307 or 12419749. OLE color: 12419749.

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

Color convert

RGB 165 130 189 -
CMYK 0.13 0.31 0 0.26
HSL 275.59º 0.31% 0.63% -
HSV(B) 275.59º 0.31% 0.74% -
XYZ 32.68 27.64 51.76 -
YUV 147.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 165 130 189 0.13 0.31 0 0.26 275.59 0.31 0.63
Hex A5 82 BD D 1F 0 1A 114 1F 3F
Octal 245 202 275 15 37 0 32 424 37 77
Binary 10100101 10000010 10111101 1101 11111 0 11010 100010100 11111 111111

Color Harmonies of #A582BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582BD

Black with #A582BD

Text Example


Text Example

White with #A582BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582BD; }

 p { color: rgb(165,130,189); }

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

background-color css

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

 a { background-color: rgb(165,130,189); }

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

border-color css

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

 span { border-color: rgb(165,130,189); }

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