Html Css Color HEX #AC99DA Biloba Flower

📋 copy color: '#AC99DA'

red 172 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #AC99DA

Tints of Biloba Flower #AC99DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.18%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 31.68%
G = 28.18%
B = 40.15%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC99DA (or 0xAC99DA) is known color: Biloba Flower. HEX triplet: AC, 99 and DA. RGB value is (172,153,218). Sum of RGB (Red+Green+Blue) = 172+153+218=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC99DA is #536625. Grayscale: #A5A5A5. Windows color (decimal): -5465638 or 14326188. OLE color: 14326188.

HSL color Cylindrical-coordinate representation of color #AC99DA: hue angle of 257.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC99DA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 153 218 -
CMYK 0.21 0.30 0 0.15
HSL 257.54º 0.47% 0.73% -
HSV(B) 257.54º 0.3% 0.85% -
XYZ 41.06 36.62 71.23 -
YUV 166.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 172 153 218 0.21 0.30 0 0.15 257.54 0.47 0.73
Hex AC 99 DA 15 1E 0 F 102 2F 49
Octal 254 231 332 25 36 0 17 402 57 111
Binary 10101100 10011001 11011010 10101 11110 0 1111 100000010 101111 1001001

Color Harmonies of #AC99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99DA

Black with #AC99DA

Text Example


Text Example

White with #AC99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99DA; }

 p { color: rgb(172,153,218); }

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

background-color css

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

 a { background-color: rgb(172,153,218); }

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

border-color css

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

 span { border-color: rgb(172,153,218); }

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