Html Css Color HEX #AC8EFE Biloba Flower

📋 copy color: '#AC8EFE'

red 172 ◦ green 142 ◦ blue 254

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

Shades of Biloba Flower #AC8EFE

Tints of Biloba Flower #AC8EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 30.28%
G = 25%
B = 44.72%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC8EFE (or 0xAC8EFE) is known color: Biloba Flower. HEX triplet: AC, 8E and FE. RGB value is (172,142,254). Sum of RGB (Red+Green+Blue) = 172+142+254=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8EFE is #537101. Grayscale: #A3A3A3. Windows color (decimal): -5468418 or 16682668. OLE color: 16682668.

HSL color Cylindrical-coordinate representation of color #AC8EFE: hue angle of 256.07º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8EFE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 142 254 -
CMYK 0.32 0.44 0 0.00
HSL 256.07º 0.98% 0.78% -
HSV(B) 256.07º 0.44% 1% -
XYZ 44.58 35.27 98.22 -
YUV 163.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 172 142 254 0.32 0.44 0 0.00 256.07 0.98 0.78
Hex AC 8E FE 20 2C 0 0 100 62 4E
Octal 254 216 376 40 54 0 0 400 142 116
Binary 10101100 10001110 11111110 100000 101100 0 0 100000000 1100010 1001110

Color Harmonies of #AC8EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EFE

Black with #AC8EFE

Text Example


Text Example

White with #AC8EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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