Html Css Color HEX #AC8DFB Biloba Flower

📋 copy color: '#AC8DFB'

red 172 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #AC8DFB

Tints of Biloba Flower #AC8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25%

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

R = 30.5%
G = 25%
B = 44.5%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC8DFB (or 0xAC8DFB) is known color: Biloba Flower. HEX triplet: AC, 8D and FB. RGB value is (172,141,251). Sum of RGB (Red+Green+Blue) = 172+141+251=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DFB is #537204. Grayscale: #A2A2A2. Windows color (decimal): -5468677 or 16485804. OLE color: 16485804.

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

Color convert

RGB 172 141 251 -
CMYK 0.31 0.44 0 0.02
HSL 256.91º 0.93% 0.77% -
HSV(B) 256.91º 0.44% 0.98% -
XYZ 43.95 34.79 95.66 -
YUV 162.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 172 141 251 0.31 0.44 0 0.02 256.91 0.93 0.77
Hex AC 8D FB 1F 2C 0 2 101 5D 4D
Octal 254 215 373 37 54 0 2 401 135 115
Binary 10101100 10001101 11111011 11111 101100 0 10 100000001 1011101 1001101

Color Harmonies of #AC8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DFB

Black with #AC8DFB

Text Example


Text Example

White with #AC8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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