Html Css Color HEX #AC9ACB Biloba Flower

📋 copy color: '#AC9ACB'

red 172 ◦ green 154 ◦ blue 203

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

Shades of Biloba Flower #AC9ACB

Tints of Biloba Flower #AC9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 32.51%
G = 29.11%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC9ACB (or 0xAC9ACB) is known color: Biloba Flower. HEX triplet: AC, 9A and CB. RGB value is (172,154,203). Sum of RGB (Red+Green+Blue) = 172+154+203=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ACB is #536534. Grayscale: #A4A4A4. Windows color (decimal): -5465397 or 13343404. OLE color: 13343404.

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

Color convert

RGB 172 154 203 -
CMYK 0.15 0.24 0 0.20
HSL 262.04º 0.32% 0.7% -
HSV(B) 262.04º 0.24% 0.8% -
XYZ 39.35 36.19 61.41 -
YUV 164.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 172 154 203 0.15 0.24 0 0.20 262.04 0.32 0.7
Hex AC 9A CB F 18 0 14 106 20 46
Octal 254 232 313 17 30 0 24 406 40 106
Binary 10101100 10011010 11001011 1111 11000 0 10100 100000110 100000 1000110

Color Harmonies of #AC9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ACB

Black with #AC9ACB

Text Example


Text Example

White with #AC9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ACB; }

 p { color: rgb(172,154,203); }

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

background-color css

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

 a { background-color: rgb(172,154,203); }

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

border-color css

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

 span { border-color: rgb(172,154,203); }

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