Html Css Color HEX #AC9CDA Biloba Flower

📋 copy color: '#AC9CDA'

red 172 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #AC9CDA

Tints of Biloba Flower #AC9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.57%

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

R = 31.5%
G = 28.57%
B = 39.93%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC9CDA (or 0xAC9CDA) is known color: Biloba Flower. HEX triplet: AC, 9C and DA. RGB value is (172,156,218). Sum of RGB (Red+Green+Blue) = 172+156+218=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CDA is #536325. Grayscale: #A7A7A7. Windows color (decimal): -5464870 or 14326956. OLE color: 14326956.

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

Color convert

RGB 172 156 218 -
CMYK 0.21 0.28 0 0.15
HSL 255.48º 0.46% 0.73% -
HSV(B) 255.48º 0.28% 0.85% -
XYZ 41.56 37.61 71.4 -
YUV 167.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 172 156 218 0.21 0.28 0 0.15 255.48 0.46 0.73
Hex AC 9C DA 15 1C 0 F FF 2E 49
Octal 254 234 332 25 34 0 17 377 56 111
Binary 10101100 10011100 11011010 10101 11100 0 1111 11111111 101110 1001001

Color Harmonies of #AC9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CDA

Black with #AC9CDA

Text Example


Text Example

White with #AC9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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