Html Css Color HEX #8A70AC Deluge

📋 copy color: '#8A70AC'

red 138 ◦ green 112 ◦ blue 172

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

Shades of Deluge #8A70AC

Tints of Deluge #8A70AC

RGB

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

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

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

R = 32.7%
G = 26.54%
B = 40.76%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A70AC (or 0x8A70AC) is known color: Deluge. HEX triplet: 8A, 70 and AC. RGB value is (138,112,172). Sum of RGB (Red+Green+Blue) = 138+112+172=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A70AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A70AC is #758F53. Grayscale: #7E7E7E. Windows color (decimal): -7704404 or 11301002. OLE color: 11301002.

HSL color Cylindrical-coordinate representation of color #8A70AC: hue angle of 266º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A70AC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 112 172 -
CMYK 0.20 0.35 0 0.33
HSL 266º 0.27% 0.56% -
HSV(B) 266º 0.35% 0.67% -
XYZ 23.72 19.97 41.63 -
YUV 126.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 138 112 172 0.20 0.35 0 0.33 266 0.27 0.56
Hex 8A 70 AC 14 23 0 21 10A 1B 38
Octal 212 160 254 24 43 0 41 412 33 70
Binary 10001010 1110000 10101100 10100 100011 0 100001 100001010 11011 111000

Color Harmonies of #8A70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A70AC

Black with #8A70AC

Text Example


Text Example

White with #8A70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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