Html Css Color HEX #853AAF Studio

📋 copy color: '#853AAF'

red 133 ◦ green 58 ◦ blue 175

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

Shades of Studio #853AAF

Tints of Studio #853AAF

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

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

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

R = 36.34%
G = 15.85%
B = 47.81%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#853AAF (or 0x853AAF) is known color: Studio. HEX triplet: 85, 3A and AF. RGB value is (133,58,175). Sum of RGB (Red+Green+Blue) = 133+58+175=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #853AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853AAF is #7AC550. Grayscale: #5D5D5D. Windows color (decimal): -8045905 or 11483781. OLE color: 11483781.

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

Color convert

RGB 133 58 175 -
CMYK 0.24 0.67 0 0.31
HSL 278.46º 0.5% 0.46% -
HSV(B) 278.46º 0.67% 0.69% -
XYZ 18.92 11.11 41.7 -
YUV 93.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 133 58 175 0.24 0.67 0 0.31 278.46 0.5 0.46
Hex 85 3A AF 18 43 0 1F 116 32 2E
Octal 205 72 257 30 103 0 37 426 62 56
Binary 10000101 111010 10101111 11000 1000011 0 11111 100010110 110010 101110

Color Harmonies of #853AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AAF

Black with #853AAF

Text Example


Text Example

White with #853AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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