Html Css Color HEX #824AAF Studio

📋 copy color: '#824AAF'

red 130 ◦ green 74 ◦ blue 175

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

Shades of Studio #824AAF

Tints of Studio #824AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 34.3%
G = 19.53%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#824AAF (or 0x824AAF) is known color: Studio. HEX triplet: 82, 4A and AF. RGB value is (130,74,175). Sum of RGB (Red+Green+Blue) = 130+74+175=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #824AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AAF is #7DB550. Grayscale: #656565. Windows color (decimal): -8238417 or 11487874. OLE color: 11487874.

HSL color Cylindrical-coordinate representation of color #824AAF: hue angle of 273.27º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824AAF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 74 175 -
CMYK 0.26 0.58 0 0.31
HSL 273.27º 0.41% 0.49% -
HSV(B) 273.27º 0.58% 0.69% -
XYZ 19.39 12.74 41.99 -
YUV 102.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 130 74 175 0.26 0.58 0 0.31 273.27 0.41 0.49
Hex 82 4A AF 1A 3A 0 1F 111 29 31
Octal 202 112 257 32 72 0 37 421 51 61
Binary 10000010 1001010 10101111 11010 111010 0 11111 100010001 101001 110001

Color Harmonies of #824AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AAF

Black with #824AAF

Text Example


Text Example

White with #824AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,175); }

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

background-color css

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

 a { background-color: rgb(130,74,175); }

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

border-color css

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

 span { border-color: rgb(130,74,175); }

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