Html Css Color HEX #AC9DDF Biloba Flower

📋 copy color: '#AC9DDF'

red 172 ◦ green 157 ◦ blue 223

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

Shades of Biloba Flower #AC9DDF

Tints of Biloba Flower #AC9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 31.16%
G = 28.44%
B = 40.4%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9DDF (or 0xAC9DDF) is known color: Biloba Flower. HEX triplet: AC, 9D and DF. RGB value is (172,157,223). Sum of RGB (Red+Green+Blue) = 172+157+223=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DDF is #536220. Grayscale: #A8A8A8. Windows color (decimal): -5464609 or 14654892. OLE color: 14654892.

HSL color Cylindrical-coordinate representation of color #AC9DDF: hue angle of 253.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9DDF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 157 223 -
CMYK 0.23 0.30 0 0.13
HSL 253.64º 0.51% 0.75% -
HSV(B) 253.64º 0.3% 0.87% -
XYZ 42.39 38.21 74.95 -
YUV 169.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 172 157 223 0.23 0.30 0 0.13 253.64 0.51 0.75
Hex AC 9D DF 17 1E 0 D FE 33 4B
Octal 254 235 337 27 36 0 15 376 63 113
Binary 10101100 10011101 11011111 10111 11110 0 1101 11111110 110011 1001011

Color Harmonies of #AC9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DDF

Black with #AC9DDF

Text Example


Text Example

White with #AC9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DDF; }

 p { color: rgb(172,157,223); }

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

background-color css

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

 a { background-color: rgb(172,157,223); }

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

border-color css

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

 span { border-color: rgb(172,157,223); }

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