Html Css Color HEX #823CAA Studio

📋 copy color: '#823CAA'

red 130 ◦ green 60 ◦ blue 170

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

Shades of Studio #823CAA

Tints of Studio #823CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

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

R = 36.11%
G = 16.67%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#823CAA (or 0x823CAA) is known color: Studio. HEX triplet: 82, 3C and AA. RGB value is (130,60,170). Sum of RGB (Red+Green+Blue) = 130+60+170=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #823CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CAA is #7DC355. Grayscale: #5D5D5D. Windows color (decimal): -8242006 or 11156610. OLE color: 11156610.

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

Color convert

RGB 130 60 170 -
CMYK 0.24 0.65 0 0.33
HSL 278.18º 0.48% 0.45% -
HSV(B) 278.18º 0.65% 0.67% -
XYZ 18.08 10.88 39.18 -
YUV 93.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 130 60 170 0.24 0.65 0 0.33 278.18 0.48 0.45
Hex 82 3C AA 18 41 0 21 116 30 2D
Octal 202 74 252 30 101 0 41 426 60 55
Binary 10000010 111100 10101010 11000 1000001 0 100001 100010110 110000 101101

Color Harmonies of #823CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CAA

Black with #823CAA

Text Example


Text Example

White with #823CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823CAA; }

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

 H1.HeaderClassName
 {
   color: #823CAA;
 }
 .AnyTagClassName
 {
   color: #823CAA;
 }
</style>

background-color css

<style>
 a { background-color: #823CAA; }

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

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

border-color css

<style>
 span { border-color: #823CAA; }

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

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