Html Css Color HEX #824CA0 Studio

📋 copy color: '#824CA0'

red 130 ◦ green 76 ◦ blue 160

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

Shades of Studio #824CA0

Tints of Studio #824CA0

RGB

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

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

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

R = 35.52%
G = 20.77%
B = 43.72%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#824CA0 (or 0x824CA0) is known color: Studio. HEX triplet: 82, 4C and A0. RGB value is (130,76,160). Sum of RGB (Red+Green+Blue) = 130+76+160=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #824CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824CA0 is #7DB35F. Grayscale: #656565. Windows color (decimal): -8237920 or 10505346. OLE color: 10505346.

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

Color convert

RGB 130 76 160 -
CMYK 0.19 0.52 0 0.37
HSL 278.57º 0.36% 0.46% -
HSV(B) 278.57º 0.53% 0.63% -
XYZ 18.14 12.45 34.71 -
YUV 101.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 130 76 160 0.19 0.52 0 0.37 278.57 0.36 0.46
Hex 82 4C A0 13 34 0 25 117 24 2E
Octal 202 114 240 23 64 0 45 427 44 56
Binary 10000010 1001100 10100000 10011 110100 0 100101 100010111 100100 101110

Color Harmonies of #824CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CA0

Black with #824CA0

Text Example


Text Example

White with #824CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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