Html Css Color HEX #AC90E5 Biloba Flower

📋 copy color: '#AC90E5'

red 172 ◦ green 144 ◦ blue 229

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

Shades of Biloba Flower #AC90E5

Tints of Biloba Flower #AC90E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 31.56%
G = 26.42%
B = 42.02%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC90E5 (or 0xAC90E5) is known color: Biloba Flower. HEX triplet: AC, 90 and E5. RGB value is (172,144,229). Sum of RGB (Red+Green+Blue) = 172+144+229=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC90E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90E5 is #536F1A. Grayscale: #A1A1A1. Windows color (decimal): -5467931 or 15044780. OLE color: 15044780.

HSL color Cylindrical-coordinate representation of color #AC90E5: hue angle of 259.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC90E5 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 144 229 -
CMYK 0.25 0.37 0 0.10
HSL 259.76º 0.62% 0.73% -
HSV(B) 259.76º 0.37% 0.9% -
XYZ 41.13 34.37 78.6 -
YUV 162.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 172 144 229 0.25 0.37 0 0.10 259.76 0.62 0.73
Hex AC 90 E5 19 25 0 A 104 3E 49
Octal 254 220 345 31 45 0 12 404 76 111
Binary 10101100 10010000 11100101 11001 100101 0 1010 100000100 111110 1001001

Color Harmonies of #AC90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90E5

Black with #AC90E5

Text Example


Text Example

White with #AC90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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