Html Css Color HEX #AC90C9 Biloba Flower

📋 copy color: '#AC90C9'

red 172 ◦ green 144 ◦ blue 201

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

Shades of Biloba Flower #AC90C9

Tints of Biloba Flower #AC90C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 33.27%
G = 27.85%
B = 38.88%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC90C9 (or 0xAC90C9) is known color: Biloba Flower. HEX triplet: AC, 90 and C9. RGB value is (172,144,201). Sum of RGB (Red+Green+Blue) = 172+144+201=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90C9 is #536F36. Grayscale: #9E9E9E. Windows color (decimal): -5467959 or 13209772. OLE color: 13209772.

HSL color Cylindrical-coordinate representation of color #AC90C9: hue angle of 269.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC90C9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 144 201 -
CMYK 0.14 0.28 0 0.21
HSL 269.47º 0.35% 0.68% -
HSV(B) 269.47º 0.28% 0.79% -
XYZ 37.53 32.93 59.64 -
YUV 158.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 172 144 201 0.14 0.28 0 0.21 269.47 0.35 0.68
Hex AC 90 C9 E 1C 0 15 10D 23 44
Octal 254 220 311 16 34 0 25 415 43 104
Binary 10101100 10010000 11001001 1110 11100 0 10101 100001101 100011 1000100

Color Harmonies of #AC90C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90C9

Black with #AC90C9

Text Example


Text Example

White with #AC90C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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