Html Css Color HEX #805AAD Studio

📋 copy color: '#805AAD'

red 128 ◦ green 90 ◦ blue 173

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

Shades of Studio #805AAD

Tints of Studio #805AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 32.74%
G = 23.02%
B = 44.25%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#805AAD (or 0x805AAD) is known color: Studio. HEX triplet: 80, 5A and AD. RGB value is (128,90,173). Sum of RGB (Red+Green+Blue) = 128+90+173=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #805AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AAD is #7FA552. Grayscale: #6E6E6E. Windows color (decimal): -8365395 or 11360896. OLE color: 11360896.

HSL color Cylindrical-coordinate representation of color #805AAD: hue angle of 267.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805AAD is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 90 173 -
CMYK 0.26 0.48 0 0.32
HSL 267.47º 0.34% 0.52% -
HSV(B) 267.47º 0.48% 0.68% -
XYZ 20.1 14.92 41.36 -
YUV 110.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 128 90 173 0.26 0.48 0 0.32 267.47 0.34 0.52
Hex 80 5A AD 1A 30 0 20 10B 22 34
Octal 200 132 255 32 60 0 40 413 42 64
Binary 10000000 1011010 10101101 11010 110000 0 100000 100001011 100010 110100

Color Harmonies of #805AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AAD

Black with #805AAD

Text Example


Text Example

White with #805AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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