Html Css Color HEX #823AAA Studio

📋 copy color: '#823AAA'

red 130 ◦ green 58 ◦ blue 170

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

Shades of Studio #823AAA

Tints of Studio #823AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.2%

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

R = 36.31%
G = 16.2%
B = 47.49%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#823AAA (or 0x823AAA) is known color: Studio. HEX triplet: 82, 3A and AA. RGB value is (130,58,170). Sum of RGB (Red+Green+Blue) = 130+58+170=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #823AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823AAA is #7DC555. Grayscale: #5B5B5B. Windows color (decimal): -8242518 or 11156098. OLE color: 11156098.

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

Color convert

RGB 130 58 170 -
CMYK 0.24 0.66 0 0.33
HSL 278.57º 0.49% 0.45% -
HSV(B) 278.57º 0.66% 0.67% -
XYZ 17.97 10.67 39.14 -
YUV 92.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 130 58 170 0.24 0.66 0 0.33 278.57 0.49 0.45
Hex 82 3A AA 18 42 0 21 117 31 2D
Octal 202 72 252 30 102 0 41 427 61 55
Binary 10000010 111010 10101010 11000 1000010 0 100001 100010111 110001 101101

Color Harmonies of #823AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823AAA

Black with #823AAA

Text Example


Text Example

White with #823AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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