Html Css Color HEX #AC8EFB Biloba Flower

📋 copy color: '#AC8EFB'

red 172 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #AC8EFB

Tints of Biloba Flower #AC8EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 30.44%
G = 25.13%
B = 44.42%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC8EFB (or 0xAC8EFB) is known color: Biloba Flower. HEX triplet: AC, 8E and FB. RGB value is (172,142,251). Sum of RGB (Red+Green+Blue) = 172+142+251=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC8EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8EFB is #537104. Grayscale: #A2A2A2. Windows color (decimal): -5468421 or 16486060. OLE color: 16486060.

HSL color Cylindrical-coordinate representation of color #AC8EFB: hue angle of 256.51º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8EFB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 142 251 -
CMYK 0.31 0.43 0 0.02
HSL 256.51º 0.93% 0.77% -
HSV(B) 256.51º 0.43% 0.98% -
XYZ 44.1 35.08 95.71 -
YUV 163.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 172 142 251 0.31 0.43 0 0.02 256.51 0.93 0.77
Hex AC 8E FB 1F 2B 0 2 101 5D 4D
Octal 254 216 373 37 53 0 2 401 135 115
Binary 10101100 10001110 11111011 11111 101011 0 10 100000001 1011101 1001101

Color Harmonies of #AC8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8EFB

Black with #AC8EFB

Text Example


Text Example

White with #AC8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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