Html Css Color HEX #AC90DD Biloba Flower

📋 copy color: '#AC90DD'

red 172 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #AC90DD

Tints of Biloba Flower #AC90DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 32.03%
G = 26.82%
B = 41.15%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC90DD (or 0xAC90DD) is known color: Biloba Flower. HEX triplet: AC, 90 and DD. RGB value is (172,144,221). Sum of RGB (Red+Green+Blue) = 172+144+221=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90DD is #536F22. Grayscale: #A0A0A0. Windows color (decimal): -5467939 or 14520492. OLE color: 14520492.

HSL color Cylindrical-coordinate representation of color #AC90DD: hue angle of 261.82º degrees, saturation: 0.53, 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 #AC90DD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 144 221 -
CMYK 0.22 0.35 0 0.13
HSL 261.82º 0.53% 0.72% -
HSV(B) 261.82º 0.35% 0.87% -
XYZ 40.04 33.94 72.85 -
YUV 161.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 172 144 221 0.22 0.35 0 0.13 261.82 0.53 0.72
Hex AC 90 DD 16 23 0 D 106 35 48
Octal 254 220 335 26 43 0 15 406 65 110
Binary 10101100 10010000 11011101 10110 100011 0 1101 100000110 110101 1001000

Color Harmonies of #AC90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90DD

Black with #AC90DD

Text Example


Text Example

White with #AC90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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