Html Css Color HEX #806AAC Deluge

📋 copy color: '#806AAC'

red 128 ◦ green 106 ◦ blue 172

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

Shades of Deluge #806AAC

Tints of Deluge #806AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 31.53%
G = 26.11%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806AAC (or 0x806AAC) is known color: Deluge. HEX triplet: 80, 6A and AC. RGB value is (128,106,172). Sum of RGB (Red+Green+Blue) = 128+106+172=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #806AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806AAC is #7F9553. Grayscale: #777777. Windows color (decimal): -8361300 or 11299456. OLE color: 11299456.

HSL color Cylindrical-coordinate representation of color #806AAC: hue angle of 260º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806AAC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 106 172 -
CMYK 0.26 0.38 0 0.33
HSL 260º 0.28% 0.55% -
HSV(B) 260º 0.38% 0.67% -
XYZ 21.5 17.88 41.35 -
YUV 120.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 128 106 172 0.26 0.38 0 0.33 260 0.28 0.55
Hex 80 6A AC 1A 26 0 21 104 1C 37
Octal 200 152 254 32 46 0 41 404 34 67
Binary 10000000 1101010 10101100 11010 100110 0 100001 100000100 11100 110111

Color Harmonies of #806AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806AAC

Black with #806AAC

Text Example


Text Example

White with #806AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806AAC; }

 p { color: rgb(128,106,172); }

 H1.HeaderClassName
 {
   color: #806AAC;
 }
 .AnyTagClassName
 {
   color: #806AAC;
 }
</style>

background-color css

<style>
 a { background-color: #806AAC; }

 a { background-color: rgb(128,106,172); }

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

border-color css

<style>
 span { border-color: #806AAC; }

 span { border-color: rgb(128,106,172); }

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