Html Css Color HEX #AC9CE7 Biloba Flower

📋 copy color: '#AC9CE7'

red 172 ◦ green 156 ◦ blue 231

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

Shades of Biloba Flower #AC9CE7

Tints of Biloba Flower #AC9CE7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.91%

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 30.77%
G = 27.91%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC9CE7 (or 0xAC9CE7) is known color: Biloba Flower. HEX triplet: AC, 9C and E7. RGB value is (172,156,231). Sum of RGB (Red+Green+Blue) = 172+156+231=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC9CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9CE7 is #536318. Grayscale: #A9A9A9. Windows color (decimal): -5464857 or 15178924. OLE color: 15178924.

HSL color Cylindrical-coordinate representation of color #AC9CE7: hue angle of 252.8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9CE7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 156 231 -
CMYK 0.26 0.32 0 0.09
HSL 252.8º 0.61% 0.76% -
HSV(B) 252.8º 0.32% 0.91% -
XYZ 43.33 38.32 80.71 -
YUV 169.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 172 156 231 0.26 0.32 0 0.09 252.8 0.61 0.76
Hex AC 9C E7 1A 20 0 9 FD 3D 4C
Octal 254 234 347 32 40 0 11 375 75 114
Binary 10101100 10011100 11100111 11010 100000 0 1001 11111101 111101 1001100

Color Harmonies of #AC9CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CE7

Black with #AC9CE7

Text Example


Text Example

White with #AC9CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CE7; }

 p { color: rgb(172,156,231); }

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

background-color css

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

 a { background-color: rgb(172,156,231); }

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

border-color css

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

 span { border-color: rgb(172,156,231); }

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