Html Css Color HEX #AC90CF Biloba Flower

📋 copy color: '#AC90CF'

red 172 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #AC90CF

Tints of Biloba Flower #AC90CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 32.89%
G = 27.53%
B = 39.58%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC90CF (or 0xAC90CF) is known color: Biloba Flower. HEX triplet: AC, 90 and CF. RGB value is (172,144,207). Sum of RGB (Red+Green+Blue) = 172+144+207=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90CF is #536F30. Grayscale: #9F9F9F. Windows color (decimal): -5467953 or 13602988. OLE color: 13602988.

HSL color Cylindrical-coordinate representation of color #AC90CF: hue angle of 266.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC90CF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 144 207 -
CMYK 0.17 0.30 0 0.19
HSL 266.67º 0.4% 0.69% -
HSV(B) 266.67º 0.3% 0.81% -
XYZ 38.25 33.22 63.43 -
YUV 159.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 172 144 207 0.17 0.30 0 0.19 266.67 0.4 0.69
Hex AC 90 CF 11 1E 0 13 10B 28 45
Octal 254 220 317 21 36 0 23 413 50 105
Binary 10101100 10010000 11001111 10001 11110 0 10011 100001011 101000 1000101

Color Harmonies of #AC90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90CF

Black with #AC90CF

Text Example


Text Example

White with #AC90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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