Html Css Color HEX #AC90FF Biloba Flower

📋 copy color: '#AC90FF'

red 172 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #AC90FF

Tints of Biloba Flower #AC90FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 30.12%
G = 25.22%
B = 44.66%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC90FF (or 0xAC90FF) is known color: Biloba Flower. HEX triplet: AC, 90 and FF. RGB value is (172,144,255). Sum of RGB (Red+Green+Blue) = 172+144+255=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC90FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90FF is #536F00. Grayscale: #A4A4A4. Windows color (decimal): -5467905 or 16748716. OLE color: 16748716.

HSL color Cylindrical-coordinate representation of color #AC90FF: hue angle of 255.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC90FF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 144 255 -
CMYK 0.33 0.44 0 0
HSL 255.14º 1% 0.78% -
HSV(B) 255.14º 0.44% 1% -
XYZ 45.04 35.94 99.17 -
YUV 165.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 172 144 255 0.33 0.44 0 0 255.14 1 0.78
Hex AC 90 FF 21 2C 0 0 FF 64 4E
Octal 254 220 377 41 54 0 0 377 144 116
Binary 10101100 10010000 11111111 100001 101100 0 0 11111111 1100100 1001110

Color Harmonies of #AC90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90FF

Black with #AC90FF

Text Example


Text Example

White with #AC90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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