Html Css Color HEX #AC80D4 East Side

📋 copy color: '#AC80D4'

red 172 ◦ green 128 ◦ blue 212

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

Shades of East Side #AC80D4

Tints of East Side #AC80D4

RGB

 RED value IS 172 (67.58% from 255) = 33.59%

 GREEN value IS 128 (50.39% from 255) = 25%

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 33.59%
G = 25%
B = 41.41%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC80D4 (or 0xAC80D4) is known color: East Side. HEX triplet: AC, 80 and D4. RGB value is (172,128,212). Sum of RGB (Red+Green+Blue) = 172+128+212=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC80D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80D4 is #537F2B. Grayscale: #969696. Windows color (decimal): -5472044 or 13926572. OLE color: 13926572.

HSL color Cylindrical-coordinate representation of color #AC80D4: hue angle of 271.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC80D4 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 128 212 -
CMYK 0.19 0.40 0 0.17
HSL 271.43º 0.49% 0.67% -
HSV(B) 271.43º 0.4% 0.83% -
XYZ 36.62 28.96 65.95 -
YUV 150.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 172 128 212 0.19 0.40 0 0.17 271.43 0.49 0.67
Hex AC 80 D4 13 28 0 11 10F 31 43
Octal 254 200 324 23 50 0 21 417 61 103
Binary 10101100 10000000 11010100 10011 101000 0 10001 100001111 110001 1000011

Color Harmonies of #AC80D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80D4

Black with #AC80D4

Text Example


Text Example

White with #AC80D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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