Html Css Color HEX #AC9FD8 Biloba Flower

📋 copy color: '#AC9FD8'

red 172 ◦ green 159 ◦ blue 216

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

Shades of Biloba Flower #AC9FD8

Tints of Biloba Flower #AC9FD8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 31.44%
G = 29.07%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC9FD8 (or 0xAC9FD8) is known color: Biloba Flower. HEX triplet: AC, 9F and D8. RGB value is (172,159,216). Sum of RGB (Red+Green+Blue) = 172+159+216=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC9FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FD8 is #536027. Grayscale: #A9A9A9. Windows color (decimal): -5464104 or 14196652. OLE color: 14196652.

HSL color Cylindrical-coordinate representation of color #AC9FD8: hue angle of 253.68º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9FD8 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 159 216 -
CMYK 0.20 0.26 0 0.15
HSL 253.68º 0.42% 0.74% -
HSV(B) 253.68º 0.26% 0.85% -
XYZ 41.81 38.52 70.2 -
YUV 169.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 172 159 216 0.20 0.26 0 0.15 253.68 0.42 0.74
Hex AC 9F D8 14 1A 0 F FE 2A 4A
Octal 254 237 330 24 32 0 17 376 52 112
Binary 10101100 10011111 11011000 10100 11010 0 1111 11111110 101010 1001010

Color Harmonies of #AC9FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FD8

Black with #AC9FD8

Text Example


Text Example

White with #AC9FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FD8; }

 p { color: rgb(172,159,216); }

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

background-color css

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

 a { background-color: rgb(172,159,216); }

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

border-color css

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

 span { border-color: rgb(172,159,216); }

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