Html Css Color HEX #AC8FD6 Biloba Flower

📋 copy color: '#AC8FD6'

red 172 ◦ green 143 ◦ blue 214

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

Shades of Biloba Flower #AC8FD6

Tints of Biloba Flower #AC8FD6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.03%

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 32.51%
G = 27.03%
B = 40.45%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC8FD6 (or 0xAC8FD6) is known color: Biloba Flower. HEX triplet: AC, 8F and D6. RGB value is (172,143,214). Sum of RGB (Red+Green+Blue) = 172+143+214=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC8FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FD6 is #537029. Grayscale: #9F9F9F. Windows color (decimal): -5468202 or 14061484. OLE color: 14061484.

HSL color Cylindrical-coordinate representation of color #AC8FD6: hue angle of 264.51º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8FD6 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 143 214 -
CMYK 0.20 0.33 0 0.16
HSL 264.51º 0.46% 0.7% -
HSV(B) 264.51º 0.33% 0.84% -
XYZ 38.97 33.27 67.99 -
YUV 159.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 172 143 214 0.20 0.33 0 0.16 264.51 0.46 0.7
Hex AC 8F D6 14 21 0 10 109 2E 46
Octal 254 217 326 24 41 0 20 411 56 106
Binary 10101100 10001111 11010110 10100 100001 0 10000 100001001 101110 1000110

Color Harmonies of #AC8FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FD6

Black with #AC8FD6

Text Example


Text Example

White with #AC8FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FD6; }

 p { color: rgb(172,143,214); }

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

background-color css

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

 a { background-color: rgb(172,143,214); }

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

border-color css

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

 span { border-color: rgb(172,143,214); }

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