Html Css Color HEX #824FAA Studio

📋 copy color: '#824FAA'

red 130 ◦ green 79 ◦ blue 170

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

Shades of Studio #824FAA

Tints of Studio #824FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 34.3%
G = 20.84%
B = 44.85%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#824FAA (or 0x824FAA) is known color: Studio. HEX triplet: 82, 4F and AA. RGB value is (130,79,170). Sum of RGB (Red+Green+Blue) = 130+79+170=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #824FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAA is #7DB055. Grayscale: #686868. Windows color (decimal): -8237142 or 11161474. OLE color: 11161474.

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

Color convert

RGB 130 79 170 -
CMYK 0.24 0.54 0 0.33
HSL 273.63º 0.37% 0.49% -
HSV(B) 273.63º 0.54% 0.67% -
XYZ 19.26 13.24 39.57 -
YUV 104.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 130 79 170 0.24 0.54 0 0.33 273.63 0.37 0.49
Hex 82 4F AA 18 36 0 21 112 25 31
Octal 202 117 252 30 66 0 41 422 45 61
Binary 10000010 1001111 10101010 11000 110110 0 100001 100010010 100101 110001

Color Harmonies of #824FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FAA

Black with #824FAA

Text Example


Text Example

White with #824FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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