Html Css Color HEX #AC8FE1 Biloba Flower

📋 copy color: '#AC8FE1'

red 172 ◦ green 143 ◦ blue 225

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

Shades of Biloba Flower #AC8FE1

Tints of Biloba Flower #AC8FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 31.85%
G = 26.48%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC8FE1 (or 0xAC8FE1) is known color: Biloba Flower. HEX triplet: AC, 8F and E1. RGB value is (172,143,225). Sum of RGB (Red+Green+Blue) = 172+143+225=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC8FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FE1 is #53701E. Grayscale: #A0A0A0. Windows color (decimal): -5468191 or 14782380. OLE color: 14782380.

HSL color Cylindrical-coordinate representation of color #AC8FE1: hue angle of 261.22º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8FE1 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 143 225 -
CMYK 0.24 0.36 0 0.12
HSL 261.22º 0.58% 0.72% -
HSV(B) 261.22º 0.36% 0.88% -
XYZ 40.43 33.85 75.64 -
YUV 161.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 172 143 225 0.24 0.36 0 0.12 261.22 0.58 0.72
Hex AC 8F E1 18 24 0 C 105 3A 48
Octal 254 217 341 30 44 0 14 405 72 110
Binary 10101100 10001111 11100001 11000 100100 0 1100 100000101 111010 1001000

Color Harmonies of #AC8FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FE1

Black with #AC8FE1

Text Example


Text Example

White with #AC8FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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