Html Css Color HEX #AC9BCD Biloba Flower

📋 copy color: '#AC9BCD'

red 172 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #AC9BCD

Tints of Biloba Flower #AC9BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 32.33%
G = 29.14%
B = 38.53%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC9BCD (or 0xAC9BCD) is known color: Biloba Flower. HEX triplet: AC, 9B and CD. RGB value is (172,155,205). Sum of RGB (Red+Green+Blue) = 172+155+205=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BCD is #536432. Grayscale: #A5A5A5. Windows color (decimal): -5465139 or 13474732. OLE color: 13474732.

HSL color Cylindrical-coordinate representation of color #AC9BCD: hue angle of 260.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9BCD is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 155 205 -
CMYK 0.16 0.24 0 0.20
HSL 260.4º 0.33% 0.71% -
HSV(B) 260.4º 0.24% 0.8% -
XYZ 39.75 36.62 62.73 -
YUV 165.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 172 155 205 0.16 0.24 0 0.20 260.4 0.33 0.71
Hex AC 9B CD 10 18 0 14 104 21 47
Octal 254 233 315 20 30 0 24 404 41 107
Binary 10101100 10011011 11001101 10000 11000 0 10100 100000100 100001 1000111

Color Harmonies of #AC9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BCD

Black with #AC9BCD

Text Example


Text Example

White with #AC9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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