Html Css Color HEX #843AAC Studio

📋 copy color: '#843AAC'

red 132 ◦ green 58 ◦ blue 172

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

Shades of Studio #843AAC

Tints of Studio #843AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 36.46%
G = 16.02%
B = 47.51%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#843AAC (or 0x843AAC) is known color: Studio. HEX triplet: 84, 3A and AC. RGB value is (132,58,172). Sum of RGB (Red+Green+Blue) = 132+58+172=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #843AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AAC is #7BC553. Grayscale: #5C5C5C. Windows color (decimal): -8111444 or 11287172. OLE color: 11287172.

HSL color Cylindrical-coordinate representation of color #843AAC: hue angle of 278.95º degrees, saturation: 0.5, 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 #843AAC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 58 172 -
CMYK 0.23 0.66 0 0.33
HSL 278.95º 0.5% 0.45% -
HSV(B) 278.95º 0.66% 0.67% -
XYZ 18.48 10.91 40.16 -
YUV 93.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 132 58 172 0.23 0.66 0 0.33 278.95 0.5 0.45
Hex 84 3A AC 17 42 0 21 117 32 2D
Octal 204 72 254 27 102 0 41 427 62 55
Binary 10000100 111010 10101100 10111 1000010 0 100001 100010111 110010 101101

Color Harmonies of #843AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843AAC

Black with #843AAC

Text Example


Text Example

White with #843AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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