Html Css Color HEX #843AAD Studio

📋 copy color: '#843AAD'

red 132 ◦ green 58 ◦ blue 173

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

Shades of Studio #843AAD

Tints of Studio #843AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 36.36%
G = 15.98%
B = 47.66%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#843AAD (or 0x843AAD) is known color: Studio. HEX triplet: 84, 3A and AD. RGB value is (132,58,173). Sum of RGB (Red+Green+Blue) = 132+58+173=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #843AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AAD is #7BC552. Grayscale: #5C5C5C. Windows color (decimal): -8111443 or 11352708. OLE color: 11352708.

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

Color convert

RGB 132 58 173 -
CMYK 0.24 0.66 0 0.32
HSL 278.61º 0.5% 0.45% -
HSV(B) 278.61º 0.66% 0.68% -
XYZ 18.57 10.95 40.67 -
YUV 93.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 132 58 173 0.24 0.66 0 0.32 278.61 0.5 0.45
Hex 84 3A AD 18 42 0 20 117 32 2D
Octal 204 72 255 30 102 0 40 427 62 55
Binary 10000100 111010 10101101 11000 1000010 0 100000 100010111 110010 101101

Color Harmonies of #843AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843AAD

Black with #843AAD

Text Example


Text Example

White with #843AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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