Html Css Color HEX #825AAC Studio

📋 copy color: '#825AAC'

red 130 ◦ green 90 ◦ blue 172

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

Shades of Studio #825AAC

Tints of Studio #825AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

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

R = 33.16%
G = 22.96%
B = 43.88%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825AAC (or 0x825AAC) is known color: Studio. HEX triplet: 82, 5A and AC. RGB value is (130,90,172). Sum of RGB (Red+Green+Blue) = 130+90+172=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #825AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AAC is #7DA553. Grayscale: #6F6F6F. Windows color (decimal): -8234324 or 11295362. OLE color: 11295362.

HSL color Cylindrical-coordinate representation of color #825AAC: hue angle of 269.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825AAC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 90 172 -
CMYK 0.24 0.48 0 0.33
HSL 269.27º 0.33% 0.51% -
HSV(B) 269.27º 0.48% 0.67% -
XYZ 20.31 15.04 40.86 -
YUV 111.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 130 90 172 0.24 0.48 0 0.33 269.27 0.33 0.51
Hex 82 5A AC 18 30 0 21 10D 21 33
Octal 202 132 254 30 60 0 41 415 41 63
Binary 10000010 1011010 10101100 11000 110000 0 100001 100001101 100001 110011

Color Harmonies of #825AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AAC

Black with #825AAC

Text Example


Text Example

White with #825AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825AAC; }

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

 H1.HeaderClassName
 {
   color: #825AAC;
 }
 .AnyTagClassName
 {
   color: #825AAC;
 }
</style>

background-color css

<style>
 a { background-color: #825AAC; }

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

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

border-color css

<style>
 span { border-color: #825AAC; }

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

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