Html Css Color HEX #824FAE Studio

📋 copy color: '#824FAE'

red 130 ◦ green 79 ◦ blue 174

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

Shades of Studio #824FAE

Tints of Studio #824FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.63%

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

R = 33.94%
G = 20.63%
B = 45.43%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#824FAE (or 0x824FAE) is known color: Studio. HEX triplet: 82, 4F and AE. RGB value is (130,79,174). Sum of RGB (Red+Green+Blue) = 130+79+174=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #824FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAE is #7DB051. Grayscale: #686868. Windows color (decimal): -8237138 or 11423618. OLE color: 11423618.

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

Color convert

RGB 130 79 174 -
CMYK 0.25 0.55 0 0.32
HSL 272.21º 0.38% 0.5% -
HSV(B) 272.21º 0.55% 0.68% -
XYZ 19.64 13.39 41.59 -
YUV 105.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 130 79 174 0.25 0.55 0 0.32 272.21 0.38 0.5
Hex 82 4F AE 19 37 0 20 110 26 32
Octal 202 117 256 31 67 0 40 420 46 62
Binary 10000010 1001111 10101110 11001 110111 0 100000 100010000 100110 110010

Color Harmonies of #824FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FAE

Black with #824FAE

Text Example


Text Example

White with #824FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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