Html Css Color HEX #AC8CDA Biloba Flower

📋 copy color: '#AC8CDA'

red 172 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #AC8CDA

Tints of Biloba Flower #AC8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 32.45%
G = 26.42%
B = 41.13%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC8CDA (or 0xAC8CDA) is known color: Biloba Flower. HEX triplet: AC, 8C and DA. RGB value is (172,140,218). Sum of RGB (Red+Green+Blue) = 172+140+218=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CDA is #537325. Grayscale: #9E9E9E. Windows color (decimal): -5468966 or 14322860. OLE color: 14322860.

HSL color Cylindrical-coordinate representation of color #AC8CDA: hue angle of 264.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8CDA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 140 218 -
CMYK 0.21 0.36 0 0.15
HSL 264.62º 0.51% 0.7% -
HSV(B) 264.62º 0.36% 0.85% -
XYZ 39.05 32.59 70.56 -
YUV 158.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 172 140 218 0.21 0.36 0 0.15 264.62 0.51 0.7
Hex AC 8C DA 15 24 0 F 109 33 46
Octal 254 214 332 25 44 0 17 411 63 106
Binary 10101100 10001100 11011010 10101 100100 0 1111 100001001 110011 1000110

Color Harmonies of #AC8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CDA

Black with #AC8CDA

Text Example


Text Example

White with #AC8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CDA; }

 p { color: rgb(172,140,218); }

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

background-color css

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

 a { background-color: rgb(172,140,218); }

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

border-color css

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

 span { border-color: rgb(172,140,218); }

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