Html Css Color HEX #843AAE Studio

📋 copy color: '#843AAE'

red 132 ◦ green 58 ◦ blue 174

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

Shades of Studio #843AAE

Tints of Studio #843AAE

RGB

 RED value IS 132 (51.95% from 255) = 36.26%

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

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

R = 36.26%
G = 15.93%
B = 47.8%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#843AAE (or 0x843AAE) is known color: Studio. HEX triplet: 84, 3A and AE. RGB value is (132,58,174). Sum of RGB (Red+Green+Blue) = 132+58+174=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #843AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AAE is #7BC551. Grayscale: #5C5C5C. Windows color (decimal): -8111442 or 11418244. OLE color: 11418244.

HSL color Cylindrical-coordinate representation of color #843AAE: hue angle of 278.28º 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 #843AAE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 58 174 -
CMYK 0.24 0.67 0 0.32
HSL 278.28º 0.5% 0.45% -
HSV(B) 278.28º 0.67% 0.68% -
XYZ 18.67 10.99 41.18 -
YUV 93.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 132 58 174 0.24 0.67 0 0.32 278.28 0.5 0.45
Hex 84 3A AE 18 43 0 20 116 32 2D
Octal 204 72 256 30 103 0 40 426 62 55
Binary 10000100 111010 10101110 11000 1000011 0 100000 100010110 110010 101101

Color Harmonies of #843AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843AAE

Black with #843AAE

Text Example


Text Example

White with #843AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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