Html Css Color HEX #AC9FDE Biloba Flower

📋 copy color: '#AC9FDE'

red 172 ◦ green 159 ◦ blue 222

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

Shades of Biloba Flower #AC9FDE

Tints of Biloba Flower #AC9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 31.1%
G = 28.75%
B = 40.14%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC9FDE (or 0xAC9FDE) is known color: Biloba Flower. HEX triplet: AC, 9F and DE. RGB value is (172,159,222). Sum of RGB (Red+Green+Blue) = 172+159+222=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FDE is #536021. Grayscale: #A9A9A9. Windows color (decimal): -5464098 or 14589868. OLE color: 14589868.

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

Color convert

RGB 172 159 222 -
CMYK 0.23 0.28 0 0.13
HSL 252.38º 0.49% 0.75% -
HSV(B) 252.38º 0.28% 0.87% -
XYZ 42.6 38.84 74.36 -
YUV 170.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 172 159 222 0.23 0.28 0 0.13 252.38 0.49 0.75
Hex AC 9F DE 17 1C 0 D FC 31 4B
Octal 254 237 336 27 34 0 15 374 61 113
Binary 10101100 10011111 11011110 10111 11100 0 1101 11111100 110001 1001011

Color Harmonies of #AC9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FDE

Black with #AC9FDE

Text Example


Text Example

White with #AC9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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