Html Css Color HEX #824AA0 Studio

📋 copy color: '#824AA0'

red 130 ◦ green 74 ◦ blue 160

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

Shades of Studio #824AA0

Tints of Studio #824AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

 BLUE value IS 160 (62.89% from 255) = 43.96%

R = 35.71%
G = 20.33%
B = 43.96%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#824AA0 (or 0x824AA0) is known color: Studio. HEX triplet: 82, 4A and A0. RGB value is (130,74,160). Sum of RGB (Red+Green+Blue) = 130+74+160=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #824AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AA0 is #7DB55F. Grayscale: #646464. Windows color (decimal): -8238432 or 10504834. OLE color: 10504834.

HSL color Cylindrical-coordinate representation of color #824AA0: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824AA0 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 74 160 -
CMYK 0.19 0.54 0 0.37
HSL 279.07º 0.37% 0.46% -
HSV(B) 279.07º 0.54% 0.63% -
XYZ 18 12.18 34.66 -
YUV 100.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 130 74 160 0.19 0.54 0 0.37 279.07 0.37 0.46
Hex 82 4A A0 13 36 0 25 117 25 2E
Octal 202 112 240 23 66 0 45 427 45 56
Binary 10000010 1001010 10100000 10011 110110 0 100101 100010111 100101 101110

Color Harmonies of #824AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AA0

Black with #824AA0

Text Example


Text Example

White with #824AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824AA0; }

 p { color: rgb(130,74,160); }

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

background-color css

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

 a { background-color: rgb(130,74,160); }

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

border-color css

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

 span { border-color: rgb(130,74,160); }

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