Html Css Color HEX #AC90DF Biloba Flower

📋 copy color: '#AC90DF'

red 172 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #AC90DF

Tints of Biloba Flower #AC90DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 31.91%
G = 26.72%
B = 41.37%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC90DF (or 0xAC90DF) is known color: Biloba Flower. HEX triplet: AC, 90 and DF. RGB value is (172,144,223). Sum of RGB (Red+Green+Blue) = 172+144+223=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90DF is #536F20. Grayscale: #A1A1A1. Windows color (decimal): -5467937 or 14651564. OLE color: 14651564.

HSL color Cylindrical-coordinate representation of color #AC90DF: hue angle of 261.27º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC90DF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 144 223 -
CMYK 0.23 0.35 0 0.13
HSL 261.27º 0.55% 0.72% -
HSV(B) 261.27º 0.35% 0.87% -
XYZ 40.31 34.04 74.26 -
YUV 161.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 172 144 223 0.23 0.35 0 0.13 261.27 0.55 0.72
Hex AC 90 DF 17 23 0 D 105 37 48
Octal 254 220 337 27 43 0 15 405 67 110
Binary 10101100 10010000 11011111 10111 100011 0 1101 100000101 110111 1001000

Color Harmonies of #AC90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90DF

Black with #AC90DF

Text Example


Text Example

White with #AC90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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