Html Css Color HEX #AC9BCB Biloba Flower

📋 copy color: '#AC9BCB'

red 172 ◦ green 155 ◦ blue 203

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

Shades of Biloba Flower #AC9BCB

Tints of Biloba Flower #AC9BCB

RGB

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

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

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

R = 32.45%
G = 29.25%
B = 38.3%

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

#AC9BCB (or 0xAC9BCB) is known color: Biloba Flower. HEX triplet: AC, 9B and CB. RGB value is (172,155,203). Sum of RGB (Red+Green+Blue) = 172+155+203=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BCB is #536434. Grayscale: #A5A5A5. Windows color (decimal): -5465141 or 13343660. OLE color: 13343660.

HSL color Cylindrical-coordinate representation of color #AC9BCB: hue angle of 261.25º 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 #AC9BCB is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 155 203 -
CMYK 0.15 0.24 0 0.20
HSL 261.25º 0.32% 0.7% -
HSV(B) 261.25º 0.24% 0.8% -
XYZ 39.51 36.53 61.47 -
YUV 165.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 172 155 203 0.15 0.24 0 0.20 261.25 0.32 0.7
Hex AC 9B CB F 18 0 14 105 20 46
Octal 254 233 313 17 30 0 24 405 40 106
Binary 10101100 10011011 11001011 1111 11000 0 10100 100000101 100000 1000110

Color Harmonies of #AC9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BCB

Black with #AC9BCB

Text Example


Text Example

White with #AC9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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