Html Css Color HEX #843AAF Studio

📋 copy color: '#843AAF'

red 132 ◦ green 58 ◦ blue 175

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

Shades of Studio #843AAF

Tints of Studio #843AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 36.16%
G = 15.89%
B = 47.95%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#843AAF (or 0x843AAF) is known color: Studio. HEX triplet: 84, 3A and AF. RGB value is (132,58,175). Sum of RGB (Red+Green+Blue) = 132+58+175=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #843AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843AAF is #7BC550. Grayscale: #5D5D5D. Windows color (decimal): -8111441 or 11483780. OLE color: 11483780.

HSL color Cylindrical-coordinate representation of color #843AAF: hue angle of 277.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843AAF is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 58 175 -
CMYK 0.25 0.67 0 0.31
HSL 277.95º 0.5% 0.46% -
HSV(B) 277.95º 0.67% 0.69% -
XYZ 18.77 11.03 41.7 -
YUV 93.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 132 58 175 0.25 0.67 0 0.31 277.95 0.5 0.46
Hex 84 3A AF 19 43 0 1F 116 32 2E
Octal 204 72 257 31 103 0 37 426 62 56
Binary 10000100 111010 10101111 11001 1000011 0 11111 100010110 110010 101110

Color Harmonies of #843AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843AAF

Black with #843AAF

Text Example


Text Example

White with #843AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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