Html Css Color HEX #AC90F7 Biloba Flower

📋 copy color: '#AC90F7'

red 172 ◦ green 144 ◦ blue 247

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

Shades of Biloba Flower #AC90F7

Tints of Biloba Flower #AC90F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.87%

R = 30.55%
G = 25.58%
B = 43.87%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC90F7 (or 0xAC90F7) is known color: Biloba Flower. HEX triplet: AC, 90 and F7. RGB value is (172,144,247). Sum of RGB (Red+Green+Blue) = 172+144+247=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC90F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90F7 is #536F08. Grayscale: #A3A3A3. Windows color (decimal): -5467913 or 16224428. OLE color: 16224428.

HSL color Cylindrical-coordinate representation of color #AC90F7: hue angle of 256.31º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC90F7 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 144 247 -
CMYK 0.30 0.42 0 0.03
HSL 256.31º 0.87% 0.77% -
HSV(B) 256.31º 0.42% 0.97% -
XYZ 43.78 35.43 92.53 -
YUV 164.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 172 144 247 0.30 0.42 0 0.03 256.31 0.87 0.77
Hex AC 90 F7 1E 2A 0 3 100 57 4D
Octal 254 220 367 36 52 0 3 400 127 115
Binary 10101100 10010000 11110111 11110 101010 0 11 100000000 1010111 1001101

Color Harmonies of #AC90F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90F7

Black with #AC90F7

Text Example


Text Example

White with #AC90F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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