Html Css Color HEX #805AAB Studio

📋 copy color: '#805AAB'

red 128 ◦ green 90 ◦ blue 171

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

Shades of Studio #805AAB

Tints of Studio #805AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 32.9%
G = 23.14%
B = 43.96%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#805AAB (or 0x805AAB) is known color: Studio. HEX triplet: 80, 5A and AB. RGB value is (128,90,171). Sum of RGB (Red+Green+Blue) = 128+90+171=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #805AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AAB is #7FA554. Grayscale: #6E6E6E. Windows color (decimal): -8365397 or 11229824. OLE color: 11229824.

HSL color Cylindrical-coordinate representation of color #805AAB: hue angle of 268.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805AAB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 90 171 -
CMYK 0.25 0.47 0 0.33
HSL 268.15º 0.33% 0.51% -
HSV(B) 268.15º 0.47% 0.67% -
XYZ 19.91 14.84 40.34 -
YUV 110.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 128 90 171 0.25 0.47 0 0.33 268.15 0.33 0.51
Hex 80 5A AB 19 2F 0 21 10C 21 33
Octal 200 132 253 31 57 0 41 414 41 63
Binary 10000000 1011010 10101011 11001 101111 0 100001 100001100 100001 110011

Color Harmonies of #805AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AAB

Black with #805AAB

Text Example


Text Example

White with #805AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805AAB; }

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

 H1.HeaderClassName
 {
   color: #805AAB;
 }
 .AnyTagClassName
 {
   color: #805AAB;
 }
</style>

background-color css

<style>
 a { background-color: #805AAB; }

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

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

border-color css

<style>
 span { border-color: #805AAB; }

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

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