Html Css Color HEX #AC8EF1 Biloba Flower

📋 copy color: '#AC8EF1'

red 172 ◦ green 142 ◦ blue 241

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

Shades of Biloba Flower #AC8EF1

Tints of Biloba Flower #AC8EF1

RGB

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

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

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

R = 30.99%
G = 25.59%
B = 43.42%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC8EF1 (or 0xAC8EF1) is known color: Biloba Flower. HEX triplet: AC, 8E and F1. RGB value is (172,142,241). Sum of RGB (Red+Green+Blue) = 172+142+241=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC8EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8EF1 is #53710E. Grayscale: #A1A1A1. Windows color (decimal): -5468431 or 15830700. OLE color: 15830700.

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

Color convert

RGB 172 142 241 -
CMYK 0.29 0.41 0 0.05
HSL 258.18º 0.78% 0.75% -
HSV(B) 258.18º 0.41% 0.95% -
XYZ 42.56 34.47 87.63 -
YUV 162.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 172 142 241 0.29 0.41 0 0.05 258.18 0.78 0.75
Hex AC 8E F1 1D 29 0 5 102 4E 4B
Octal 254 216 361 35 51 0 5 402 116 113
Binary 10101100 10001110 11110001 11101 101001 0 101 100000010 1001110 1001011

Color Harmonies of #AC8EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EF1

Black with #AC8EF1

Text Example


Text Example

White with #AC8EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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