Html Css Color HEX #823AAE Studio

📋 copy color: '#823AAE'

red 130 ◦ green 58 ◦ blue 174

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

Shades of Studio #823AAE

Tints of Studio #823AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 35.91%
G = 16.02%
B = 48.07%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#823AAE (or 0x823AAE) is known color: Studio. HEX triplet: 82, 3A and AE. RGB value is (130,58,174). Sum of RGB (Red+Green+Blue) = 130+58+174=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #823AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823AAE is #7DC551. Grayscale: #5C5C5C. Windows color (decimal): -8242514 or 11418242. OLE color: 11418242.

HSL color Cylindrical-coordinate representation of color #823AAE: hue angle of 277.24º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823AAE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 58 174 -
CMYK 0.25 0.67 0 0.32
HSL 277.24º 0.5% 0.45% -
HSV(B) 277.24º 0.67% 0.68% -
XYZ 18.36 10.83 41.17 -
YUV 92.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 130 58 174 0.25 0.67 0 0.32 277.24 0.5 0.45
Hex 82 3A AE 19 43 0 20 115 32 2D
Octal 202 72 256 31 103 0 40 425 62 55
Binary 10000010 111010 10101110 11001 1000011 0 100000 100010101 110010 101101

Color Harmonies of #823AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823AAE

Black with #823AAE

Text Example


Text Example

White with #823AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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