Html Css Color HEX #AC9DF1 Biloba Flower

📋 copy color: '#AC9DF1'

red 172 ◦ green 157 ◦ blue 241

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

Shades of Biloba Flower #AC9DF1

Tints of Biloba Flower #AC9DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 30.18%
G = 27.54%
B = 42.28%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC9DF1 (or 0xAC9DF1) is known color: Biloba Flower. HEX triplet: AC, 9D and F1. RGB value is (172,157,241). Sum of RGB (Red+Green+Blue) = 172+157+241=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC9DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9DF1 is #53620E. Grayscale: #AAAAAA. Windows color (decimal): -5464591 or 15834540. OLE color: 15834540.

HSL color Cylindrical-coordinate representation of color #AC9DF1: hue angle of 250.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9DF1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 157 241 -
CMYK 0.29 0.35 0 0.05
HSL 250.71º 0.75% 0.78% -
HSV(B) 250.71º 0.35% 0.95% -
XYZ 44.95 39.24 88.42 -
YUV 171.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 172 157 241 0.29 0.35 0 0.05 250.71 0.75 0.78
Hex AC 9D F1 1D 23 0 5 FB 4B 4E
Octal 254 235 361 35 43 0 5 373 113 116
Binary 10101100 10011101 11110001 11101 100011 0 101 11111011 1001011 1001110

Color Harmonies of #AC9DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DF1

Black with #AC9DF1

Text Example


Text Example

White with #AC9DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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