Html Css Color HEX #846290 Affair

📋 copy color: '#846290'

red 132 ◦ green 98 ◦ blue 144

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

Shades of Affair #846290

Tints of Affair #846290

RGB

 RED value IS 132 (51.95% from 255) = 35.29%

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 35.29%
G = 26.2%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#846290 (or 0x846290) is known color: Affair. HEX triplet: 84, 62 and 90. RGB value is (132,98,144). Sum of RGB (Red+Green+Blue) = 132+98+144=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #846290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846290 is #7B9D6F. Grayscale: #717171. Windows color (decimal): -8101232 or 9462404. OLE color: 9462404.

HSL color Cylindrical-coordinate representation of color #846290: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846290 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 98 144 -
CMYK 0.08 0.32 0 0.44
HSL 284.35º 0.19% 0.47% -
HSV(B) 284.35º 0.32% 0.56% -
XYZ 18.92 15.65 28.41 -
YUV 113.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 132 98 144 0.08 0.32 0 0.44 284.35 0.19 0.47
Hex 84 62 90 8 20 0 2C 11C 13 2F
Octal 204 142 220 10 40 0 54 434 23 57
Binary 10000100 1100010 10010000 1000 100000 0 101100 100011100 10011 101111

Color Harmonies of #846290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846290

Black with #846290

Text Example


Text Example

White with #846290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846290; }

 p { color: rgb(132,98,144); }

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

background-color css

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

 a { background-color: rgb(132,98,144); }

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

border-color css

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

 span { border-color: rgb(132,98,144); }

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