Html Css Color HEX #824CAC Studio

📋 copy color: '#824CAC'

red 130 ◦ green 76 ◦ blue 172

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

Shades of Studio #824CAC

Tints of Studio #824CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 34.39%
G = 20.11%
B = 45.5%

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

#824CAC (or 0x824CAC) is known color: Studio. HEX triplet: 82, 4C and AC. RGB value is (130,76,172). Sum of RGB (Red+Green+Blue) = 130+76+172=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #824CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824CAC is #7DB353. Grayscale: #666666. Windows color (decimal): -8237908 or 11291778. OLE color: 11291778.

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

Color convert

RGB 130 76 172 -
CMYK 0.24 0.56 0 0.33
HSL 273.75º 0.39% 0.49% -
HSV(B) 273.75º 0.56% 0.67% -
XYZ 19.24 12.89 40.5 -
YUV 103.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 130 76 172 0.24 0.56 0 0.33 273.75 0.39 0.49
Hex 82 4C AC 18 38 0 21 112 27 31
Octal 202 114 254 30 70 0 41 422 47 61
Binary 10000010 1001100 10101100 11000 111000 0 100001 100010010 100111 110001

Color Harmonies of #824CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CAC

Black with #824CAC

Text Example


Text Example

White with #824CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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