Html Css Color HEX #AC90CC Biloba Flower

📋 copy color: '#AC90CC'

red 172 ◦ green 144 ◦ blue 204

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

Shades of Biloba Flower #AC90CC

Tints of Biloba Flower #AC90CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 33.08%
G = 27.69%
B = 39.23%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC90CC (or 0xAC90CC) is known color: Biloba Flower. HEX triplet: AC, 90 and CC. RGB value is (172,144,204). Sum of RGB (Red+Green+Blue) = 172+144+204=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90CC is #536F33. Grayscale: #9F9F9F. Windows color (decimal): -5467956 or 13406380. OLE color: 13406380.

HSL color Cylindrical-coordinate representation of color #AC90CC: hue angle of 268º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC90CC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 144 204 -
CMYK 0.16 0.29 0 0.2
HSL 268º 0.37% 0.68% -
HSV(B) 268º 0.29% 0.8% -
XYZ 37.89 33.08 61.51 -
YUV 159.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 172 144 204 0.16 0.29 0 0.2 268 0.37 0.68
Hex AC 90 CC 10 1D 0 14 10C 25 44
Octal 254 220 314 20 35 0 24 414 45 104
Binary 10101100 10010000 11001100 10000 11101 0 10100 100001100 100101 1000100

Color Harmonies of #AC90CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90CC

Black with #AC90CC

Text Example


Text Example

White with #AC90CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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