Html Css Color HEX #AC9EFB Biloba Flower

📋 copy color: '#AC9EFB'

red 172 ◦ green 158 ◦ blue 251

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

Shades of Biloba Flower #AC9EFB

Tints of Biloba Flower #AC9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

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

R = 29.6%
G = 27.19%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC9EFB (or 0xAC9EFB) is known color: Biloba Flower. HEX triplet: AC, 9E and FB. RGB value is (172,158,251). Sum of RGB (Red+Green+Blue) = 172+158+251=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EFB is #536104. Grayscale: #ACACAC. Windows color (decimal): -5464325 or 16490156. OLE color: 16490156.

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

Color convert

RGB 172 158 251 -
CMYK 0.31 0.37 0 0.02
HSL 249.03º 0.92% 0.8% -
HSV(B) 249.03º 0.37% 0.98% -
XYZ 46.65 40.19 96.57 -
YUV 172.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 172 158 251 0.31 0.37 0 0.02 249.03 0.92 0.8
Hex AC 9E FB 1F 25 0 2 F9 5C 50
Octal 254 236 373 37 45 0 2 371 134 120
Binary 10101100 10011110 11111011 11111 100101 0 10 11111001 1011100 1010000

Color Harmonies of #AC9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EFB

Black with #AC9EFB

Text Example


Text Example

White with #AC9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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