Html Css Color HEX #824EAC Studio

📋 copy color: '#824EAC'

red 130 ◦ green 78 ◦ blue 172

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

Shades of Studio #824EAC

Tints of Studio #824EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.53%

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

R = 34.21%
G = 20.53%
B = 45.26%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824EAC (or 0x824EAC) is known color: Studio. HEX triplet: 82, 4E and AC. RGB value is (130,78,172). Sum of RGB (Red+Green+Blue) = 130+78+172=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #824EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824EAC is #7DB153. Grayscale: #676767. Windows color (decimal): -8237396 or 11292290. OLE color: 11292290.

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

Color convert

RGB 130 78 172 -
CMYK 0.24 0.55 0 0.33
HSL 273.19º 0.38% 0.49% -
HSV(B) 273.19º 0.55% 0.67% -
XYZ 19.38 13.17 40.55 -
YUV 104.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 130 78 172 0.24 0.55 0 0.33 273.19 0.38 0.49
Hex 82 4E AC 18 37 0 21 111 26 31
Octal 202 116 254 30 67 0 41 421 46 61
Binary 10000010 1001110 10101100 11000 110111 0 100001 100010001 100110 110001

Color Harmonies of #824EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EAC

Black with #824EAC

Text Example


Text Example

White with #824EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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