Html Css Color HEX #AC90D7 Biloba Flower

📋 copy color: '#AC90D7'

red 172 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #AC90D7

Tints of Biloba Flower #AC90D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 32.39%
G = 27.12%
B = 40.49%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC90D7 (or 0xAC90D7) is known color: Biloba Flower. HEX triplet: AC, 90 and D7. RGB value is (172,144,215). Sum of RGB (Red+Green+Blue) = 172+144+215=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC90D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90D7 is #536F28. Grayscale: #A0A0A0. Windows color (decimal): -5467945 or 14127276. OLE color: 14127276.

HSL color Cylindrical-coordinate representation of color #AC90D7: hue angle of 263.66º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC90D7 is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 144 215 -
CMYK 0.2 0.33 0 0.16
HSL 263.66º 0.47% 0.7% -
HSV(B) 263.66º 0.33% 0.84% -
XYZ 39.25 33.62 68.71 -
YUV 160.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 172 144 215 0.2 0.33 0 0.16 263.66 0.47 0.7
Hex AC 90 D7 14 21 0 10 108 2F 46
Octal 254 220 327 24 41 0 20 410 57 106
Binary 10101100 10010000 11010111 10100 100001 0 10000 100001000 101111 1000110

Color Harmonies of #AC90D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90D7

Black with #AC90D7

Text Example


Text Example

White with #AC90D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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