Html Css Color HEX #824AAA Studio

📋 copy color: '#824AAA'

red 130 ◦ green 74 ◦ blue 170

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

Shades of Studio #824AAA

Tints of Studio #824AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 34.76%
G = 19.79%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824AAA (or 0x824AAA) is known color: Studio. HEX triplet: 82, 4A and AA. RGB value is (130,74,170). Sum of RGB (Red+Green+Blue) = 130+74+170=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #824AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AAA is #7DB555. Grayscale: #656565. Windows color (decimal): -8238422 or 11160194. OLE color: 11160194.

HSL color Cylindrical-coordinate representation of color #824AAA: hue angle of 275º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824AAA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 74 170 -
CMYK 0.24 0.56 0 0.33
HSL 275º 0.39% 0.48% -
HSV(B) 275º 0.56% 0.67% -
XYZ 18.91 12.55 39.46 -
YUV 101.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 130 74 170 0.24 0.56 0 0.33 275 0.39 0.48
Hex 82 4A AA 18 38 0 21 113 27 30
Octal 202 112 252 30 70 0 41 423 47 60
Binary 10000010 1001010 10101010 11000 111000 0 100001 100010011 100111 110000

Color Harmonies of #824AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AAA

Black with #824AAA

Text Example


Text Example

White with #824AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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