Html Css Color HEX #824AAC Studio

📋 copy color: '#824AAC'

red 130 ◦ green 74 ◦ blue 172

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

Shades of Studio #824AAC

Tints of Studio #824AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 34.57%
G = 19.68%
B = 45.74%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824AAC (or 0x824AAC) is known color: Studio. HEX triplet: 82, 4A and AC. RGB value is (130,74,172). Sum of RGB (Red+Green+Blue) = 130+74+172=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #824AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AAC is #7DB553. Grayscale: #656565. Windows color (decimal): -8238420 or 11291266. OLE color: 11291266.

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

Color convert

RGB 130 74 172 -
CMYK 0.24 0.57 0 0.33
HSL 274.29º 0.4% 0.48% -
HSV(B) 274.29º 0.57% 0.67% -
XYZ 19.1 12.62 40.46 -
YUV 101.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 130 74 172 0.24 0.57 0 0.33 274.29 0.4 0.48
Hex 82 4A AC 18 39 0 21 112 28 30
Octal 202 112 254 30 71 0 41 422 50 60
Binary 10000010 1001010 10101100 11000 111001 0 100001 100010010 101000 110000

Color Harmonies of #824AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AAC

Black with #824AAC

Text Example


Text Example

White with #824AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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