Html Css Color HEX #AC90FA Biloba Flower

📋 copy color: '#AC90FA'

red 172 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #AC90FA

Tints of Biloba Flower #AC90FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 30.39%
G = 25.44%
B = 44.17%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC90FA (or 0xAC90FA) is known color: Biloba Flower. HEX triplet: AC, 90 and FA. RGB value is (172,144,250). Sum of RGB (Red+Green+Blue) = 172+144+250=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90FA is #536F05. Grayscale: #A4A4A4. Windows color (decimal): -5467910 or 16421036. OLE color: 16421036.

HSL color Cylindrical-coordinate representation of color #AC90FA: hue angle of 255.85º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC90FA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 144 250 -
CMYK 0.31 0.42 0 0.02
HSL 255.85º 0.91% 0.77% -
HSV(B) 255.85º 0.42% 0.98% -
XYZ 44.24 35.62 94.99 -
YUV 164.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 172 144 250 0.31 0.42 0 0.02 255.85 0.91 0.77
Hex AC 90 FA 1F 2A 0 2 100 5B 4D
Octal 254 220 372 37 52 0 2 400 133 115
Binary 10101100 10010000 11111010 11111 101010 0 10 100000000 1011011 1001101

Color Harmonies of #AC90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90FA

Black with #AC90FA

Text Example


Text Example

White with #AC90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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