Html Css Color HEX #AC90DC Biloba Flower

📋 copy color: '#AC90DC'

red 172 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #AC90DC

Tints of Biloba Flower #AC90DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 32.09%
G = 26.87%
B = 41.04%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC90DC (or 0xAC90DC) is known color: Biloba Flower. HEX triplet: AC, 90 and DC. RGB value is (172,144,220). Sum of RGB (Red+Green+Blue) = 172+144+220=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90DC is #536F23. Grayscale: #A0A0A0. Windows color (decimal): -5467940 or 14454956. OLE color: 14454956.

HSL color Cylindrical-coordinate representation of color #AC90DC: hue angle of 262.11º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC90DC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 144 220 -
CMYK 0.22 0.35 0 0.14
HSL 262.11º 0.52% 0.71% -
HSV(B) 262.11º 0.35% 0.86% -
XYZ 39.9 33.88 72.15 -
YUV 161.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 172 144 220 0.22 0.35 0 0.14 262.11 0.52 0.71
Hex AC 90 DC 16 23 0 E 106 34 47
Octal 254 220 334 26 43 0 16 406 64 107
Binary 10101100 10010000 11011100 10110 100011 0 1110 100000110 110100 1000111

Color Harmonies of #AC90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90DC

Black with #AC90DC

Text Example


Text Example

White with #AC90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90DC; }

 p { color: rgb(172,144,220); }

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

background-color css

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

 a { background-color: rgb(172,144,220); }

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

border-color css

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

 span { border-color: rgb(172,144,220); }

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