Html Css Color HEX #AC90F0 Biloba Flower

📋 copy color: '#AC90F0'

red 172 ◦ green 144 ◦ blue 240

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

Shades of Biloba Flower #AC90F0

Tints of Biloba Flower #AC90F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.17%

R = 30.94%
G = 25.9%
B = 43.17%

CMYK

 C value IS 0.28

 M value IS 0.4

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC90F0 (or 0xAC90F0) is known color: Biloba Flower. HEX triplet: AC, 90 and F0. RGB value is (172,144,240). Sum of RGB (Red+Green+Blue) = 172+144+240=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC90F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90F0 is #536F0F. Grayscale: #A2A2A2. Windows color (decimal): -5467920 or 15765676. OLE color: 15765676.

HSL color Cylindrical-coordinate representation of color #AC90F0: hue angle of 257.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC90F0 is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 144 240 -
CMYK 0.28 0.4 0 0.06
HSL 257.5º 0.76% 0.75% -
HSV(B) 257.5º 0.4% 0.94% -
XYZ 42.71 35.01 86.94 -
YUV 163.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 172 144 240 0.28 0.4 0 0.06 257.5 0.76 0.75
Hex AC 90 F0 1C 28 0 6 102 4C 4B
Octal 254 220 360 34 50 0 6 402 114 113
Binary 10101100 10010000 11110000 11100 101000 0 110 100000010 1001100 1001011

Color Harmonies of #AC90F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90F0

Black with #AC90F0

Text Example


Text Example

White with #AC90F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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