Html Css Color HEX #824CAE Studio

📋 copy color: '#824CAE'

red 130 ◦ green 76 ◦ blue 174

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

Shades of Studio #824CAE

Tints of Studio #824CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 34.21%
G = 20%
B = 45.79%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#824CAE (or 0x824CAE) is known color: Studio. HEX triplet: 82, 4C and AE. RGB value is (130,76,174). Sum of RGB (Red+Green+Blue) = 130+76+174=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #824CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824CAE is #7DB351. Grayscale: #666666. Windows color (decimal): -8237906 or 11422850. OLE color: 11422850.

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

Color convert

RGB 130 76 174 -
CMYK 0.25 0.56 0 0.32
HSL 273.06º 0.39% 0.49% -
HSV(B) 273.06º 0.56% 0.68% -
XYZ 19.43 12.97 41.52 -
YUV 103.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 130 76 174 0.25 0.56 0 0.32 273.06 0.39 0.49
Hex 82 4C AE 19 38 0 20 111 27 31
Octal 202 114 256 31 70 0 40 421 47 61
Binary 10000010 1001100 10101110 11001 111000 0 100000 100010001 100111 110001

Color Harmonies of #824CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CAE

Black with #824CAE

Text Example


Text Example

White with #824CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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