Html Css Color HEX #AC90EF Biloba Flower

📋 copy color: '#AC90EF'

red 172 ◦ green 144 ◦ blue 239

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

Shades of Biloba Flower #AC90EF

Tints of Biloba Flower #AC90EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 30.99%
G = 25.95%
B = 43.06%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC90EF (or 0xAC90EF) is known color: Biloba Flower. HEX triplet: AC, 90 and EF. RGB value is (172,144,239). Sum of RGB (Red+Green+Blue) = 172+144+239=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90EF is #536F10. Grayscale: #A2A2A2. Windows color (decimal): -5467921 or 15700140. OLE color: 15700140.

HSL color Cylindrical-coordinate representation of color #AC90EF: hue angle of 257.68º degrees, saturation: 0.75, 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 #AC90EF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 144 239 -
CMYK 0.28 0.40 0 0.06
HSL 257.68º 0.75% 0.75% -
HSV(B) 257.68º 0.4% 0.94% -
XYZ 42.57 34.95 86.16 -
YUV 163.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 172 144 239 0.28 0.40 0 0.06 257.68 0.75 0.75
Hex AC 90 EF 1C 28 0 6 102 4B 4B
Octal 254 220 357 34 50 0 6 402 113 113
Binary 10101100 10010000 11101111 11100 101000 0 110 100000010 1001011 1001011

Color Harmonies of #AC90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90EF

Black with #AC90EF

Text Example


Text Example

White with #AC90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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