Html Css Color HEX #AC8FE0 Biloba Flower

📋 copy color: '#AC8FE0'

red 172 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #AC8FE0

Tints of Biloba Flower #AC8FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 31.91%
G = 26.53%
B = 41.56%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC8FE0 (or 0xAC8FE0) is known color: Biloba Flower. HEX triplet: AC, 8F and E0. RGB value is (172,143,224). Sum of RGB (Red+Green+Blue) = 172+143+224=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FE0 is #53701F. Grayscale: #A0A0A0. Windows color (decimal): -5468192 or 14716844. OLE color: 14716844.

HSL color Cylindrical-coordinate representation of color #AC8FE0: hue angle of 261.48º degrees, saturation: 0.57, 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 #AC8FE0 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 143 224 -
CMYK 0.23 0.36 0 0.12
HSL 261.48º 0.57% 0.72% -
HSV(B) 261.48º 0.36% 0.88% -
XYZ 40.29 33.8 74.92 -
YUV 160.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 172 143 224 0.23 0.36 0 0.12 261.48 0.57 0.72
Hex AC 8F E0 17 24 0 C 105 39 48
Octal 254 217 340 27 44 0 14 405 71 110
Binary 10101100 10001111 11100000 10111 100100 0 1100 100000101 111001 1001000

Color Harmonies of #AC8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FE0

Black with #AC8FE0

Text Example


Text Example

White with #AC8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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