Html Css Color HEX #8A70AA Deluge

📋 copy color: '#8A70AA'

red 138 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8A70AA

Tints of Deluge #8A70AA

RGB

 RED value IS 138 (54.3% from 255) = 32.86%

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 32.86%
G = 26.67%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A70AA (or 0x8A70AA) is known color: Deluge. HEX triplet: 8A, 70 and AA. RGB value is (138,112,170). Sum of RGB (Red+Green+Blue) = 138+112+170=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A70AA is #758F55. Grayscale: #7E7E7E. Windows color (decimal): -7704406 or 11169930. OLE color: 11169930.

HSL color Cylindrical-coordinate representation of color #8A70AA: hue angle of 266.9º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A70AA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 112 170 -
CMYK 0.19 0.34 0 0.33
HSL 266.9º 0.25% 0.55% -
HSV(B) 266.9º 0.34% 0.67% -
XYZ 23.53 19.89 40.63 -
YUV 126.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 138 112 170 0.19 0.34 0 0.33 266.9 0.25 0.55
Hex 8A 70 AA 13 22 0 21 10B 19 37
Octal 212 160 252 23 42 0 41 413 31 67
Binary 10001010 1110000 10101010 10011 100010 0 100001 100001011 11001 110111

Color Harmonies of #8A70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A70AA

Black with #8A70AA

Text Example


Text Example

White with #8A70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A70AA; }

 p { color: rgb(138,112,170); }

 H1.HeaderClassName
 {
   color: #8A70AA;
 }
 .AnyTagClassName
 {
   color: #8A70AA;
 }
</style>

background-color css

<style>
 a { background-color: #8A70AA; }

 a { background-color: rgb(138,112,170); }

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

border-color css

<style>
 span { border-color: #8A70AA; }

 span { border-color: rgb(138,112,170); }

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