Html Css Color HEX #825295 Affair

📋 copy color: '#825295'

red 130 ◦ green 82 ◦ blue 149

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

Shades of Affair #825295

Tints of Affair #825295

RGB

 RED value IS 130 (51.17% from 255) = 36.01%

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 36.01%
G = 22.71%
B = 41.27%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825295 (or 0x825295) is known color: Affair. HEX triplet: 82, 52 and 95. RGB value is (130,82,149). Sum of RGB (Red+Green+Blue) = 130+82+149=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #825295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825295 is #7DAD6A. Grayscale: #676767. Windows color (decimal): -8236395 or 9785986. OLE color: 9785986.

HSL color Cylindrical-coordinate representation of color #825295: hue angle of 282.99º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825295 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 82 149 -
CMYK 0.13 0.45 0 0.42
HSL 282.99º 0.29% 0.45% -
HSV(B) 282.99º 0.45% 0.58% -
XYZ 17.65 12.95 30 -
YUV 103.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 130 82 149 0.13 0.45 0 0.42 282.99 0.29 0.45
Hex 82 52 95 D 2D 0 2A 11B 1D 2D
Octal 202 122 225 15 55 0 52 433 35 55
Binary 10000010 1010010 10010101 1101 101101 0 101010 100011011 11101 101101

Color Harmonies of #825295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825295

Black with #825295

Text Example


Text Example

White with #825295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825295; }

 p { color: rgb(130,82,149); }

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

background-color css

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

 a { background-color: rgb(130,82,149); }

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

border-color css

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

 span { border-color: rgb(130,82,149); }

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