Html Css Color HEX #AC9BC1 Biloba Flower

📋 copy color: '#AC9BC1'

red 172 ◦ green 155 ◦ blue 193

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

Shades of Biloba Flower #AC9BC1

Tints of Biloba Flower #AC9BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 33.08%
G = 29.81%
B = 37.12%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC9BC1 (or 0xAC9BC1) is known color: Biloba Flower. HEX triplet: AC, 9B and C1. RGB value is (172,155,193). Sum of RGB (Red+Green+Blue) = 172+155+193=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC9BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BC1 is #53643E. Grayscale: #A4A4A4. Windows color (decimal): -5465151 or 12688300. OLE color: 12688300.

HSL color Cylindrical-coordinate representation of color #AC9BC1: hue angle of 266.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9BC1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 155 193 -
CMYK 0.11 0.20 0 0.24
HSL 266.84º 0.23% 0.68% -
HSV(B) 266.84º 0.2% 0.76% -
XYZ 38.36 36.06 55.39 -
YUV 164.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 172 155 193 0.11 0.20 0 0.24 266.84 0.23 0.68
Hex AC 9B C1 B 14 0 18 10B 17 44
Octal 254 233 301 13 24 0 30 413 27 104
Binary 10101100 10011011 11000001 1011 10100 0 11000 100001011 10111 1000100

Color Harmonies of #AC9BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BC1

Black with #AC9BC1

Text Example


Text Example

White with #AC9BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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