Html Css Color HEX #AC9BDA Biloba Flower

📋 copy color: '#AC9BDA'

red 172 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #AC9BDA

Tints of Biloba Flower #AC9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

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

R = 31.56%
G = 28.44%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC9BDA (or 0xAC9BDA) is known color: Biloba Flower. HEX triplet: AC, 9B and DA. RGB value is (172,155,218). Sum of RGB (Red+Green+Blue) = 172+155+218=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC9BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BDA is #536425. Grayscale: #A7A7A7. Windows color (decimal): -5465126 or 14326700. OLE color: 14326700.

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

Color convert

RGB 172 155 218 -
CMYK 0.21 0.29 0 0.15
HSL 256.19º 0.46% 0.73% -
HSV(B) 256.19º 0.29% 0.85% -
XYZ 41.39 37.28 71.34 -
YUV 167.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 172 155 218 0.21 0.29 0 0.15 256.19 0.46 0.73
Hex AC 9B DA 15 1D 0 F 100 2E 49
Octal 254 233 332 25 35 0 17 400 56 111
Binary 10101100 10011011 11011010 10101 11101 0 1111 100000000 101110 1001001

Color Harmonies of #AC9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BDA

Black with #AC9BDA

Text Example


Text Example

White with #AC9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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