Html Css Color HEX #8051AB Studio

📋 copy color: '#8051AB'

red 128 ◦ green 81 ◦ blue 171

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

Shades of Studio #8051AB

Tints of Studio #8051AB

RGB

 RED value IS 128 (50.39% from 255) = 33.68%

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 33.68%
G = 21.32%
B = 45%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8051AB (or 0x8051AB) is known color: Studio. HEX triplet: 80, 51 and AB. RGB value is (128,81,171). Sum of RGB (Red+Green+Blue) = 128+81+171=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #8051AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8051AB is #7FAE54. Grayscale: #696969. Windows color (decimal): -8367701 or 11227520. OLE color: 11227520.

HSL color Cylindrical-coordinate representation of color #8051AB: hue angle of 271.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8051AB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 81 171 -
CMYK 0.25 0.53 0 0.33
HSL 271.33º 0.36% 0.49% -
HSV(B) 271.33º 0.53% 0.67% -
XYZ 19.2 13.41 40.11 -
YUV 105.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 128 81 171 0.25 0.53 0 0.33 271.33 0.36 0.49
Hex 80 51 AB 19 35 0 21 10F 24 31
Octal 200 121 253 31 65 0 41 417 44 61
Binary 10000000 1010001 10101011 11001 110101 0 100001 100001111 100100 110001

Color Harmonies of #8051AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8051AB

Black with #8051AB

Text Example


Text Example

White with #8051AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8051AB; }

 p { color: rgb(128,81,171); }

 H1.HeaderClassName
 {
   color: #8051AB;
 }
 .AnyTagClassName
 {
   color: #8051AB;
 }
</style>

background-color css

<style>
 a { background-color: #8051AB; }

 a { background-color: rgb(128,81,171); }

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

border-color css

<style>
 span { border-color: #8051AB; }

 span { border-color: rgb(128,81,171); }

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