Html Css Color HEX #AC8DE5 Biloba Flower

📋 copy color: '#AC8DE5'

red 172 ◦ green 141 ◦ blue 229

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

Shades of Biloba Flower #AC8DE5

Tints of Biloba Flower #AC8DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 31.73%
G = 26.01%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC8DE5 (or 0xAC8DE5) is known color: Biloba Flower. HEX triplet: AC, 8D and E5. RGB value is (172,141,229). Sum of RGB (Red+Green+Blue) = 172+141+229=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC8DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DE5 is #53721A. Grayscale: #9F9F9F. Windows color (decimal): -5468699 or 15044012. OLE color: 15044012.

HSL color Cylindrical-coordinate representation of color #AC8DE5: hue angle of 261.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC8DE5 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 141 229 -
CMYK 0.25 0.38 0 0.10
HSL 261.14º 0.63% 0.73% -
HSV(B) 261.14º 0.38% 0.9% -
XYZ 40.68 33.48 78.45 -
YUV 160.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 172 141 229 0.25 0.38 0 0.10 261.14 0.63 0.73
Hex AC 8D E5 19 26 0 A 105 3F 49
Octal 254 215 345 31 46 0 12 405 77 111
Binary 10101100 10001101 11100101 11001 100110 0 1010 100000101 111111 1001001

Color Harmonies of #AC8DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DE5

Black with #AC8DE5

Text Example


Text Example

White with #AC8DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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