Html Css Color HEX #AC8EF7 Biloba Flower

📋 copy color: '#AC8EF7'

red 172 ◦ green 142 ◦ blue 247

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

Shades of Biloba Flower #AC8EF7

Tints of Biloba Flower #AC8EF7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.31%

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 30.66%
G = 25.31%
B = 44.03%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC8EF7 (or 0xAC8EF7) is known color: Biloba Flower. HEX triplet: AC, 8E and F7. RGB value is (172,142,247). Sum of RGB (Red+Green+Blue) = 172+142+247=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC8EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8EF7 is #537108. Grayscale: #A2A2A2. Windows color (decimal): -5468425 or 16223916. OLE color: 16223916.

HSL color Cylindrical-coordinate representation of color #AC8EF7: hue angle of 257.14º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8EF7 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 142 247 -
CMYK 0.30 0.43 0 0.03
HSL 257.14º 0.87% 0.76% -
HSV(B) 257.14º 0.43% 0.97% -
XYZ 43.47 34.83 92.43 -
YUV 162.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 172 142 247 0.30 0.43 0 0.03 257.14 0.87 0.76
Hex AC 8E F7 1E 2B 0 3 101 57 4C
Octal 254 216 367 36 53 0 3 401 127 114
Binary 10101100 10001110 11110111 11110 101011 0 11 100000001 1010111 1001100

Color Harmonies of #AC8EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EF7

Black with #AC8EF7

Text Example


Text Example

White with #AC8EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EF7; }

 p { color: rgb(172,142,247); }

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

background-color css

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

 a { background-color: rgb(172,142,247); }

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

border-color css

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

 span { border-color: rgb(172,142,247); }

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