Html Css Color HEX #825AAB Studio

📋 copy color: '#825AAB'

red 130 ◦ green 90 ◦ blue 171

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

Shades of Studio #825AAB

Tints of Studio #825AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 33.25%
G = 23.02%
B = 43.73%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825AAB (or 0x825AAB) is known color: Studio. HEX triplet: 82, 5A and AB. RGB value is (130,90,171). Sum of RGB (Red+Green+Blue) = 130+90+171=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #825AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825AAB is #7DA554. Grayscale: #6E6E6E. Windows color (decimal): -8234325 or 11229826. OLE color: 11229826.

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

Color convert

RGB 130 90 171 -
CMYK 0.24 0.47 0 0.33
HSL 269.63º 0.33% 0.51% -
HSV(B) 269.63º 0.47% 0.67% -
XYZ 20.21 15 40.36 -
YUV 111.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 130 90 171 0.24 0.47 0 0.33 269.63 0.33 0.51
Hex 82 5A AB 18 2F 0 21 10E 21 33
Octal 202 132 253 30 57 0 41 416 41 63
Binary 10000010 1011010 10101011 11000 101111 0 100001 100001110 100001 110011

Color Harmonies of #825AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AAB

Black with #825AAB

Text Example


Text Example

White with #825AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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